diff --git a/couchpotato/core/downloaders/rtorrent.py b/couchpotato/core/downloaders/rtorrent_.py similarity index 100% rename from couchpotato/core/downloaders/rtorrent.py rename to couchpotato/core/downloaders/rtorrent_.py diff --git a/couchpotato/core/notifications/email.py b/couchpotato/core/notifications/email_.py similarity index 100% rename from couchpotato/core/notifications/email.py rename to couchpotato/core/notifications/email_.py diff --git a/couchpotato/runner.py b/couchpotato/runner.py index 8b7fda3b..f55d11e0 100644 --- a/couchpotato/runner.py +++ b/couchpotato/runner.py @@ -153,7 +153,7 @@ def runCouchPotato(options, base_path, args, data_dir = None, log_dir = None, En for logger_name in ['enzyme', 'guessit', 'subliminal', 'apscheduler', 'tornado', 'requests']: logging.getLogger(logger_name).setLevel(logging.ERROR) - for logger_name in ['gntp', 'migrate']: + for logger_name in ['gntp']: logging.getLogger(logger_name).setLevel(logging.WARNING) # Use reloader