diff --git a/nzbtomedia/autoProcess/autoProcessComics.py b/nzbtomedia/autoProcess/autoProcessComics.py index 0837e2cb..89f640a3 100644 --- a/nzbtomedia/autoProcess/autoProcessComics.py +++ b/nzbtomedia/autoProcess/autoProcessComics.py @@ -8,7 +8,7 @@ from nzbtomedia import logger class autoProcessComics: def get_status(self, url, apikey, dirName): - logger.debug("Attempting to get current status for release:%s" % (os.path.basename(dirName)),section) + logger.debug("Attempting to get current status for release:%s" % (os.path.basename(dirName))) params = {} params['apikey'] = apikey @@ -111,4 +111,4 @@ class autoProcessComics: # The status hasn't changed. we have waited 2 minutes which is more than enough. uTorrent can resume seeding now. logger.warning("The issue does not appear to have changed status after %s minutes. Please check your Logs" % (wait_for),section) - return 1 # failure \ No newline at end of file + return 1 # failure