lets see if this works

This commit is contained in:
Kellermann 2022-06-01 20:50:30 +02:00
parent 8768f4da29
commit 3d84b916d3

View File

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