This commit is contained in:
JonatanRek
2024-10-05 21:32:40 +02:00
parent ca0af74495
commit 1105875803
+2
View File
@@ -59,5 +59,7 @@ try:
except Exception as e:
print("An exception occurred")
print(str(e))
data = {"trace": str(e)}
response = requests.post('{}/log'.format(root_api_url), json=data)