| aaxConvert.py | ●●●●● patch | view | raw | blame | history |
aaxConvert.py
@@ -138,7 +138,7 @@ def getcorrectkey(aaxfile): hex = filechecksum(aaxfile) payload = hex r = requests.post('http://x86-docker01:8080/function/checkkey', payload, verify=False) r = requests.post('http://x86-docker01:8080/function/checkkey', payload, verify=False, timeout=None) if r.status_code == 200: key = r.text else: