diff options
-rw-r--r-- | src/main.py | 3 |
1 files changed, 1 insertions, 2 deletions
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) |