mirror of
https://github.com/simon987/od-database.git
synced 2025-12-14 15:19:03 +00:00
Move recrawl task to cron job
This commit is contained in:
4
do_recrawl.py
Normal file
4
do_recrawl.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from tasks import TaskManager
|
||||
|
||||
tm = TaskManager()
|
||||
tm.do_recrawl()
|
||||
Reference in New Issue
Block a user