mirror of
https://github.com/simon987/od-database.git
synced 2025-04-19 18:36:44 +00:00
9 lines
156 B
Python
9 lines
156 B
Python
from crawl_server.task_manager import TaskManager
|
|
import time
|
|
import config
|
|
|
|
tm = TaskManager(config.CRAWL_SERVER_PROCESSES)
|
|
|
|
while True:
|
|
time.sleep(1)
|