From 6a9c3dac77cdd8162347cf2a60fb542e0664b051 Mon Sep 17 00:00:00 2001 From: Ruud Date: Wed, 12 Mar 2014 22:30:10 +0100 Subject: [PATCH] Rename so it doesn't try to import itself --- couchpotato/core/downloaders/{rtorrent.py => rtorrent_.py} | 0 couchpotato/core/notifications/{email.py => email_.py} | 0 couchpotato/runner.py | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename couchpotato/core/downloaders/{rtorrent.py => rtorrent_.py} (100%) rename couchpotato/core/notifications/{email.py => email_.py} (100%) 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