mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-07-01 19:06:41 +00:00
fixed commenting out the RecognizedURL
This commit is contained in:
parent
ce5552369d
commit
4a17f880c6
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ def IsURLValid(url: str) -> bool:
|
||||||
"""
|
"""
|
||||||
Checks if given URL is valid (RecognizeURLType recognizes it)
|
Checks if given URL is valid (RecognizeURLType recognizes it)
|
||||||
"""
|
"""
|
||||||
return #RecognizeURLType(url) != 'invalid'
|
return RecognizeURLType(url) != 'invalid'
|
||||||
|
|
||||||
|
|
||||||
def CheckUrl(url):
|
def CheckUrl(url):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue