Don't check available when dev

This commit is contained in:
Ruud
2012-04-10 23:05:25 +02:00
parent 2365ccb2e6
commit 3d82c4de5a
+1 -1
View File
@@ -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