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