diff --git a/couchpotato/core/providers/base.py b/couchpotato/core/providers/base.py index 0d00179b..64e7011f 100644 --- a/couchpotato/core/providers/base.py +++ b/couchpotato/core/providers/base.py @@ -19,7 +19,7 @@ class Provider(Plugin): def isAvailable(self, test_url): - if Env.get('debug'): return True + if Env.get('dev'): return True now = time.time() host = urlparse(test_url).hostname