forked from MarseyWorld/MarseyWorld
yall cant behave
parent
c99dafbcbc
commit
1c1fbc6067
|
@ -58,17 +58,17 @@ def cron_fn(every_5m, every_1d, every_1mo):
|
||||||
g.db.commit()
|
g.db.commit()
|
||||||
|
|
||||||
if not IS_LOCALHOST:
|
if not IS_LOCALHOST:
|
||||||
reddit_mentions_task()
|
#reddit_mentions_task()
|
||||||
g.db.commit()
|
#g.db.commit()
|
||||||
|
|
||||||
lemmy_mentions_task()
|
#lemmy_mentions_task()
|
||||||
g.db.commit()
|
#g.db.commit()
|
||||||
|
|
||||||
fourchan_mentions_task()
|
#fourchan_mentions_task()
|
||||||
g.db.commit()
|
#g.db.commit()
|
||||||
|
|
||||||
soyjak_mentions_task()
|
#soyjak_mentions_task()
|
||||||
g.db.commit()
|
#g.db.commit()
|
||||||
|
|
||||||
if every_1d or (not cache.get('stats') and not IS_LOCALHOST):
|
if every_1d or (not cache.get('stats') and not IS_LOCALHOST):
|
||||||
if IS_HOMOWEEN():
|
if IS_HOMOWEEN():
|
||||||
|
|
Loading…
Reference in New Issue