Chris Pomeroy
2021-04-15 8e94cf3cb2ecb14e843f41bafd3f2411f599da39
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
@@ -183,4 +183,4 @@
                    movetochapters(single_file_path, ddir, schap, title, cstart,cend)
                os.remove(single_file_path)
            getcoverart(rfile, ddir)