From 8768f4da29d9431deaad479c6981311f7220d555 Mon Sep 17 00:00:00 2001 From: Kellermann Date: Wed, 1 Jun 2022 20:28:27 +0200 Subject: [PATCH] -.- 2.0 --- source/daily_challenge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/daily_challenge.py b/source/daily_challenge.py index c2e73cd..e99af9c 100644 --- a/source/daily_challenge.py +++ b/source/daily_challenge.py @@ -161,7 +161,7 @@ def find_todays_product_from_db(): return product if __name__ == "__main__": - #set_todays_product() + set_todays_product() try: start_challenges() sys.exit(-1)