forked from MarseyWorld/MarseyWorld
if not IS_LOCALHOST:
parent
df2b5856fe
commit
8707129a2e
|
@ -59,6 +59,7 @@ def cron_fn(every_5m, every_1d, every_1mo):
|
||||||
_grant_two_year_badges()
|
_grant_two_year_badges()
|
||||||
g.db.commit()
|
g.db.commit()
|
||||||
|
|
||||||
|
if not IS_LOCALHOST:
|
||||||
reddit_mentions_task()
|
reddit_mentions_task()
|
||||||
g.db.commit()
|
g.db.commit()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue