This commit is contained in:
Kellermann 2022-06-01 20:28:27 +02:00
parent 106e59dd68
commit 8768f4da29

View File

@ -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)