mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
5a1cece30e
commit
15d0c1defa
2
utils.py
2
utils.py
|
|
@ -4044,7 +4044,7 @@ def resembles_domain(text: str) -> bool:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
# yggdrasil address
|
# yggdrasil address
|
||||||
if (text.startswith('[') and text.endswith(']') and ':' in text):
|
if text.startswith('[') and text.endswith(']') and ':' in text:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
return False
|
return False
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue