diff --git a/config/config.conf-Explained b/config/config.conf-Explained index c3d3918..47cc0d3 100644 --- a/config/config.conf-Explained +++ b/config/config.conf-Explained @@ -84,6 +84,7 @@ PERMITTED_ATTEMPTS= 3 ###### NO_STALLED_REMOVAL_QBIT_TAG ###### # Downloads in qBittorrent tagged with this tag will not be killed even if they are stalled +# Tag is automatically created in qBittorrent (required qBittorrent is reachable on QBITTORRENT_URL ) # Type: String # Is Mandatory: No (Defaults to "Don't Kill If Stalled") NO_STALLED_REMOVAL_QBIT_TAG= Don't Kill If Stalled diff --git a/main.py b/main.py index d105f23..95c4839 100644 --- a/main.py +++ b/main.py @@ -24,7 +24,6 @@ logging.basicConfig( level=log_level_num ) - class Defective_Tracker: # Keeps track of which downloads were already caught as stalled previously def __init__(self, dict):