Update cdl_downloader/__main__.py
Some checks failed
Analyze code and publish script / Analyze code (push) Failing after 1m4s
Analyze code and publish script / Publish script (push) Has been skipped

This commit is contained in:
2026-02-03 22:36:41 +01:00
Unverified
parent 2ed2560246
commit e0c7f106d4

View File

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