This commit is contained in:
Nicholas St. Germain 2018-12-17 23:47:29 -06:00
parent 7f04419d4c
commit 556109e8c5
5 changed files with 62 additions and 48 deletions

View file

@ -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: