od-database/do_recrawl.py
2019-04-06 10:50:15 -04:00

5 lines
66 B
Python

from tasks import TaskManager
tm = TaskManager()
tm.do_recrawl()