From f08fb2227781183c0c574b475e7754ae501261dd Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 1 Mar 2024 21:00:30 +0200 Subject: [PATCH] delete now-unneeded code --- files/routes/users.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/files/routes/users.py b/files/routes/users.py index 5a563aa6b..128d1cda2 100644 --- a/files/routes/users.py +++ b/files/routes/users.py @@ -78,10 +78,6 @@ def claim_rewards_all_users(): marseybux = int(marseybux) text = f"You have received {marseybux} Marseybux! You can use them to buy awards or hats in the [shop](/shop/awards) or gamble them in the [casino](/casino)." - if SITE_NAME == 'WPD' and time.time() < 1709251200 and marseybux >= 10000: - text = f"You have received ~~{marseybux}~~ {marseybux*1.5} Marseybux! You can use them to buy awards or hats in the [shop](/shop/awards) or gamble them in the [casino](/casino)." - marseybux *= 1.5 - user.pay_account('marseybux', marseybux) send_repeatable_notification(user.id, text)