mirror of
https://github.com/simon987/od-database.git
synced 2025-12-14 07:09:03 +00:00
5 lines
66 B
Python
5 lines
66 B
Python
from tasks import TaskManager
|
|
|
|
tm = TaskManager()
|
|
tm.do_recrawl()
|