From 00ef9a50e4e3b1f082adafaf499770e1e301ce15 Mon Sep 17 00:00:00 2001 From: MichaƂ Klichowicz Date: Fri, 6 Oct 2023 17:42:18 +0200 Subject: Debug exception re-throw removed --- src/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/main.py b/src/main.py index 8953571..6ac2f7a 100644 --- a/src/main.py +++ b/src/main.py @@ -326,8 +326,7 @@ def main_loop(): fetch_scores(pbn, db, settings) except Exception as ex: - logging.error(ex) - raise + logging.error(repr(ex)) return settings.get('job_interval', 60) -- cgit v1.2.3