diff --git a/source/daily_challenge.py b/source/daily_challenge.py index 7a64615..e99af9c 100644 --- a/source/daily_challenge.py +++ b/source/daily_challenge.py @@ -161,6 +161,7 @@ def find_todays_product_from_db(): return product if __name__ == "__main__": + set_todays_product() try: start_challenges() sys.exit(-1)