test for woodpecker

This commit is contained in:
Kellermann 2022-06-01 20:19:31 +02:00
parent 41dd3fbdca
commit 1084cc447d

View File

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