aaxConvert.py
@@ -146,7 +146,7 @@ payload = hex recovery = 3 while recovery != 0: r = requests.post('http://x86-docker01:8080/function/getaaxkey', payload, verify=False, timeout=None) r = requests.post('http://prod-faas-gw.darkurthe.net:8080/function/checkkey', payload, verify=False, timeout=None) if r.status_code == 200: key = r.text recovery = 0