aboutsummaryrefslogtreecommitdiff
path: root/gantools
diff options
context:
space:
mode:
Diffstat (limited to 'gantools')
-rw-r--r--gantools/ganbreeder.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/gantools/ganbreeder.py b/gantools/ganbreeder.py
index 05cd7b9..22d1adf 100644
--- a/gantools/ganbreeder.py
+++ b/gantools/ganbreeder.py
@@ -2,11 +2,6 @@
import requests
import json
-#fix:
-# urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056)>
-import urllib
-urllib.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
-
def login(username, password):
def get_sid():
url = 'https://ganbreeder.app/login'