From 1105875803823ecbfd459b5ca4579350eb0ca3a5 Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Sat, 5 Oct 2024 21:32:40 +0200 Subject: [PATCH] Fix --- app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.py b/app.py index dcd0080..7c78702 100644 --- a/app.py +++ b/app.py @@ -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) \ No newline at end of file