From 28b4f07493b85019b41a965c2bd8273e36eff93c Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 23 Mar 2023 15:25:19 +0200 Subject: [PATCH] minor syntax change --- 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 52ecfeec86..e683ea91b2 100644 --- a/files/routes/users.py +++ b/files/routes/users.py @@ -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