From 99fea44f01576037c141ec44eea5ddbb8abd4d6d Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 14 Nov 2024 22:21:04 +0200 Subject: [PATCH] using hours is silly https://rdrama.net/notification/7333351#context --- files/routes/awards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/awards.py b/files/routes/awards.py index 5c61f564f..991a0c195 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -737,7 +737,7 @@ def award_thing(v, thing_type, id): msg += f"\n\n> :{award.note}:" elif note: if kind == "chud": - msg += f"\n\n**You now have to say this phrase in all posts and comments you make for {24*quantity} hours:**" + msg += f"\n\n**You now have to say this phrase in all posts and comments you make for {quantity} day{s}:**" msg += msg_note if SITE_NAME == 'rDrama' and kind == "chud": msg += f"\n\nPlease keep your chud behavior to /h/chudrama in the future!"