Move recrawl task to cron job

This commit is contained in:
simon987
2019-04-06 10:50:15 -04:00
parent 0c3d0b38e6
commit b8b531f511
4 changed files with 16 additions and 15 deletions

4
do_recrawl.py Normal file
View File

@@ -0,0 +1,4 @@
from tasks import TaskManager
tm = TaskManager()
tm.do_recrawl()