From c6d58899f1be0933d371a6fff12e4c9b582e890a Mon Sep 17 00:00:00 2001 From: Kyrela Date: Sun, 15 Dec 2024 00:26:37 +0100 Subject: [PATCH] Exit 1 on exception --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 60053a0a..cfc57c83 100644 --- a/main.py +++ b/main.py @@ -350,3 +350,4 @@ def save_previous_points_data(data): sendNotification( "⚠️ Error occurred, please check the log", traceback.format_exc(), e ) + exit(1)