From 871a32e0fa58de48ab94097bf408dd4597c8ddb3 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 24 Feb 2024 17:26:45 +0200 Subject: [PATCH] fix syntax error --- files/routes/users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/users.py b/files/routes/users.py index 983a9280f..552f56bb0 100644 --- a/files/routes/users.py +++ b/files/routes/users.py @@ -71,7 +71,7 @@ def claim_rewards_all_users(): if marseybux: marseybux = int(marseybux) - if SITE_NAME = 'WPD' and time.time() < 1709251200 and marseybux >= 10000: + if SITE_NAME == 'WPD' and time.time() < 1709251200 and marseybux >= 10000: marseybux *= 1.5 user.pay_account('marseybux', marseybux)