mirror of
https://github.com/simon987/od-database.git
synced 2025-04-04 06:52:59 +00:00
5 lines
66 B
Python
5 lines
66 B
Python
from tasks import TaskManager
|
|
|
|
tm = TaskManager()
|
|
tm.do_recrawl()
|