Chris Pomeroy
2018-03-21 0a501eda6e2cfcb78fe1a9e00eca25809aa69231
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: