Skip to content
Snippets Groups Projects
Commit e2079c8f authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Add https option to config (fix)

parent cbbc13aa
Branches
No related tags found
No related merge requests found
......@@ -371,7 +371,7 @@ def update_id_patterns(config, logger) -> 'Config':
# Send request
try:
r = requests.get(url, timeout=config["server"]["timeout"])
except urllib3.exceptions.NewConnectionError as e:
except requests.packages.urllib3.exceptions.MaxRetryError as e:
logger.error(f"Couldn't reach server at \"{url}\" (using existing patterns instead): {e}")
return config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment