From 3d84b916d3ef65fbe7fe250daf2c894e80c73b77 Mon Sep 17 00:00:00 2001 From: Kellermann Date: Wed, 1 Jun 2022 20:50:30 +0200 Subject: [PATCH] lets see if this works --- source/daily_challenge.py | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/source/daily_challenge.py b/source/daily_challenge.py index e99af9c..a56d46f 100644 --- a/source/daily_challenge.py +++ b/source/daily_challenge.py @@ -161,10 +161,7 @@ def find_todays_product_from_db(): return product if __name__ == "__main__": - set_todays_product() - try: - start_challenges() - sys.exit(-1) - except KeyboardInterrupt: - print("Ending") - sys.exit(-1) + + start_challenges() + sys.exit(-1) +