Bypass validity check to troubleshoot
This commit is contained in:
parent
5bcefd2652
commit
7586d54464
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ class INIParser(object):
|
||||||
|
|
||||||
valid = match(regex, url_check) is not None
|
valid = match(regex, url_check) is not None
|
||||||
if not valid:
|
if not valid:
|
||||||
|
return url_check
|
||||||
if inc_port:
|
if inc_port:
|
||||||
self.logger.error('%s is invalid in module [%s]! URL must host/IP and '
|
self.logger.error('%s is invalid in module [%s]! URL must host/IP and '
|
||||||
'port if not 80 or 443. ie. localhost:8080',
|
'port if not 80 or 443. ie. localhost:8080',
|
||||||
|
|
Loading…
Reference in a new issue