From 7586d54464c58c4c479a179b165c8dfa638257e8 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 22 Jun 2023 21:52:32 -0700 Subject: [PATCH] Bypass validity check to troubleshoot --- varken/iniparser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/varken/iniparser.py b/varken/iniparser.py index f882b4e..fc84d87 100644 --- a/varken/iniparser.py +++ b/varken/iniparser.py @@ -107,6 +107,7 @@ class INIParser(object): valid = match(regex, url_check) is not None if not valid: + return url_check if inc_port: self.logger.error('%s is invalid in module [%s]! URL must host/IP and ' 'port if not 80 or 443. ie. localhost:8080',