Aevann 2023-05-10 02:33:42 +03:00
parent ae4d7962fa
commit 0399f4fdfc
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ def award_timers(v, bot=False):
if time.time() - v.created_utc > 365 * 86400:
badge_grant(user=v, badge_id=134)
if time.time() - v.created_utc > 365 * 86400:
if time.time() - v.created_utc > 365 * 86400 * 2:
badge_grant(user=v, badge_id=237)
g.db.add(v)