Commas working now and not setting a product as default

This commit is contained in:
Kellermann
2022-06-01 19:41:09 +02:00
parent 8ab51e7f8c
commit bcc14f0da9
2 changed files with 17 additions and 5 deletions

View File

@@ -161,7 +161,6 @@ def find_todays_product_from_db():
return product
if __name__ == "__main__":
set_todays_product()
try:
start_challenges()
sys.exit(-1)