summaryrefslogtreecommitdiff
path: root/src/main.py
diff options
context:
space:
mode:
authorMichał Klichowicz <emkael@tlen.pl>2023-10-05 22:52:46 +0200
committerMichał Klichowicz <emkael@tlen.pl>2023-10-05 22:52:46 +0200
commiteb9c5653fc243f41eb353413ad059e53a7516879 (patch)
tree0d1436114d3602cae48ca079653ffd40a8533e6f /src/main.py
parent1fba6d419cd2a82879ea216db6d1cae429ee9f3a (diff)
Version number bumpv0.3
Diffstat (limited to 'src/main.py')
-rw-r--r--src/main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.py b/src/main.py
index c132115..11ad472 100644
--- a/src/main.py
+++ b/src/main.py
@@ -326,6 +326,7 @@ def main_loop():
fetch_scores(pbn, db, settings)
except Exception as ex:
logging.error(ex)
+ raise
return settings.get('job_interval', 60)