mirror of
https://github.com/simon987/od-database.git
synced 2025-12-14 07:09:03 +00:00
Temporarily removed logger in async methods (https://stackoverflow.com/questions/37907350)
This commit is contained in:
@@ -3,6 +3,7 @@ import time
|
||||
import config
|
||||
|
||||
tm = TaskManager(config.CRAWL_SERVER_PROCESSES)
|
||||
# TODO: On start, indicate that all tasks assigned to this crawler have been dropped
|
||||
|
||||
while True:
|
||||
time.sleep(1)
|
||||
|
||||
Reference in New Issue
Block a user