fix syntax error

pull/225/head
Aevann 2024-02-24 17:26:45 +02:00
parent cf2d05e7d3
commit 871a32e0fa
1 changed files with 1 additions and 1 deletions

View File

@ -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)