Expand definition of URL
This commit is contained in:
parent
aa0db2517b
commit
d4eabcebca
@ -222,10 +222,7 @@ def isURL(path):
|
|||||||
if path is None:
|
if path is None:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
if "http://" in path:
|
if "://" in path:
|
||||||
return True
|
|
||||||
|
|
||||||
elif "https://" in path:
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
class RoomPasswordProvider(object):
|
class RoomPasswordProvider(object):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user