Uncomment error handling code
This commit is contained in:
@@ -462,10 +462,10 @@ def download(submissions):
|
|||||||
downloadedCount -= 1
|
downloadedCount -= 1
|
||||||
duplicates += 1
|
duplicates += 1
|
||||||
|
|
||||||
# except Exception as exception:
|
except Exception as exception:
|
||||||
# print(exception)
|
print(exception)
|
||||||
# FAILED_FILE.add({int(i+1):[str(exception),submissions[i]]})
|
FAILED_FILE.add({int(i+1):[str(exception),submissions[i]]})
|
||||||
# downloadedCount -= 1
|
downloadedCount -= 1
|
||||||
|
|
||||||
else:
|
else:
|
||||||
print("No match found, skipping...")
|
print("No match found, skipping...")
|
||||||
|
|||||||
Reference in New Issue
Block a user