From 4625f53d76b155fcfe49a054a7b6a8fd22de5d48 Mon Sep 17 00:00:00 2001
From: Chris Pomeroy <chris.pomeroy@hotmail.com>
Date: Thu, 15 Apr 2021 14:58:00 +0000
Subject: [PATCH] Updated for python3

---
 getaaxkey/getaaxkey.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/getaaxkey/getaaxkey.py b/getaaxkey/getaaxkey.py
index 4a91508..503ff75 100644
--- a/getaaxkey/getaaxkey.py
+++ b/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()

--
Gitblit v1.10.0