Temporarily removed logger in async methods (https://stackoverflow.com/questions/37907350)

This commit is contained in:
Simon
2018-07-15 10:35:13 -04:00
parent 152a6f20fb
commit e18ded7ac1
2 changed files with 7 additions and 6 deletions

View File

@@ -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)