Commit 7f326a3d authored by Alexander Lercher's avatar Alexander Lercher

[RoleStage] Suppressing ssl warning for fetch script

parent 22ef8a54
......@@ -5,6 +5,8 @@ if os.path.exists(modules_path):
sys.path.insert(1, modules_path)
import json
import urllib3
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
import processing.fetching.fetching as f
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment