remove leftover or True

pull/225/head
Aevann 2024-02-23 17:33:48 +02:00
parent 9cff2ab8ae
commit 9c02119d4d
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ def cron_fn(every_5m, every_1d, every_1mo):
_grant_two_year_badges()
g.db.commit()
if not IS_LOCALHOST or True:
if not IS_LOCALHOST:
reddit_mentions_task()
g.db.commit()