revert
This commit is contained in:
parent
3d84b916d3
commit
318d835c88
@ -161,7 +161,10 @@ 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)
|
||||||
|
Loading…
Reference in New Issue
Block a user