v
This commit is contained in:
parent
7f04419d4c
commit
556109e8c5
5 changed files with 62 additions and 48 deletions
|
@ -75,8 +75,6 @@ class INIParser(object):
|
|||
|
||||
regex = compile('{}'.format(search), IGNORECASE)
|
||||
|
||||
print(match(regex, url_check))
|
||||
|
||||
valid = match(regex, url_check) is not None
|
||||
if not valid:
|
||||
if inc_port:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue