From c7e5c0e3749c47a4e5296a2d7b1511b44899a737 Mon Sep 17 00:00:00 2001 From: Benjamin Harder Date: Sat, 14 Sep 2024 11:30:03 +0200 Subject: [PATCH] Debug --- src/utils/loadScripts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/loadScripts.py b/src/utils/loadScripts.py index f676fbc..a7bb1e1 100644 --- a/src/utils/loadScripts.py +++ b/src/utils/loadScripts.py @@ -82,7 +82,6 @@ def showSettings(settingsDict): logger.info('%s | Removing slow downloads (%s)', str(settingsDict['REMOVE_SLOW']), 'REMOVE_SLOW') logger.info('%s | Removing stalled downloads (%s)', str(settingsDict['REMOVE_STALLED']), 'REMOVE_STALLED') logger.info('%s | Removing downloads belonging to unmonitored items (%s)', str(settingsDict['REMOVE_UNMONITORED']), 'REMOVE_UNMONITORED') - logger.info('%s | Cancelling files with >100%% availability (%s)', str(settingsDict['CANCEL_UNAVAILABLE_FILES']), 'CANCEL_UNAVAILABLE_FILES') logger.info('') logger.info('Running every: %s', fmt.format(rd(minutes=settingsDict['REMOVE_TIMER']))) if settingsDict['REMOVE_SLOW']: