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