1
0
mirror of https://github.com/simon987/od-database.git synced 2025-04-22 19:56:43 +00:00
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()