forked from MarseyWorld/MarseyWorld
minor syntax change
parent
cdb0c0316d
commit
28b4f07493
|
@ -1368,7 +1368,7 @@ def claim_rewards(v):
|
|||
send_repeatable_notification(v.id, 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).")
|
||||
g.db.add(v)
|
||||
|
||||
v.patron_utc = time.time() + 2937600
|
||||
v.patron_utc = int(time.time()) + 2937600
|
||||
|
||||
if highest_tier > v.patron:
|
||||
v.patron = highest_tier
|
||||
|
|
Loading…
Reference in New Issue