mirror of
https://github.com/simon987/od-database.git
synced 2025-12-13 23:09:01 +00:00
Should fix some FTP errors
This commit is contained in:
@@ -88,11 +88,7 @@ class TaskManager:
|
||||
@staticmethod
|
||||
def task_complete(result):
|
||||
|
||||
try:
|
||||
task_result, db_path, current_tasks = result
|
||||
except Exception as e:
|
||||
print("Exception during task " + str(e))
|
||||
return
|
||||
task_result, db_path, current_tasks = result
|
||||
|
||||
print(task_result.status_code)
|
||||
print(task_result.file_count)
|
||||
|
||||
Reference in New Issue
Block a user