Skip to content

Commit

Permalink
Deactivate one line of logging that causes an error (whilst working o…
Browse files Browse the repository at this point in the history
…n fix)
  • Loading branch information
ManiMatter committed Mar 4, 2024
1 parent 6dc8a35 commit a464924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def permittedAttemptsCheck(settings_dict, affectedItems, failType, BASE_URL, def
logger.debug('permittedAttemptsCheck/recoveredDownloadIDs: %s', str(recoveredDownloadIDs))
for recoveredDownloadID in recoveredDownloadIDs:
del defective_tracker.dict[BASE_URL][failType][recoveredDownloadID]
logger.info('>>> Detected %s download has recovered: %s', failType, affectedItem['title'])
# logger.info('>>> Detected %s download has recovered: %s', failType, affectedItem['title']) # Need to find title - afecteditem doesnt hold it sine recovered. also need to deal if this one has been delted already
logger.debug('permittedAttemptsCheck/defective_tracker.dict IN: %s', str(defective_tracker.dict))

# 3. For those that are defective, add attempt + 1 if present before, or make attempt = 1.
Expand Down

0 comments on commit a464924

Please sign in to comment.