mirror of
https://github.com/simon987/od-database.git
synced 2025-12-13 23:09:01 +00:00
Should fix memory usage problem when crawling (part two)
This commit is contained in:
@@ -77,6 +77,7 @@ class TaskManager:
|
||||
task_result, db_path, current_tasks = result.result()
|
||||
except Exception as e:
|
||||
print("Exception during task " + str(e))
|
||||
return
|
||||
|
||||
print(task_result.status_code)
|
||||
print(task_result.file_count)
|
||||
|
||||
Reference in New Issue
Block a user