| getaaxkey/getaaxkey.py | ●●●●● patch | view | raw | blame | history |
getaaxkey/getaaxkey.py
@@ -40,7 +40,7 @@ def newauthcode(checksum): r = requests.post("http://x86-docker01.darkurthe.net:8080/function/checkkey", checksum ) r = requests.post("http://prod-faas-gw.darkurthe.net:8080/function/checkkey", checksum ) if r.status_code == 200: response = str(r.text) return response.strip()