Don't check available when dev
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user