Update cdl_downloader/__main__.py
All checks were successful
Analyze code and publish script / Analyze code (push) Successful in 9s
Analyze code and publish script / Publish script (push) Successful in 33s

This commit is contained in:
2026-02-03 23:18:18 +01:00
Unverified
parent 755e09b1b7
commit 6d82e7cfab

View File

@@ -100,5 +100,4 @@ print(json.dumps({
"formattedDate": datetime.datetime.strptime(date, "%d-%m-%Y").strftime("%Y.%m.%d"),
"resultTableHTML": result_table_html,
}))
sys.exit()