Update cdl_downloader/__main__.py
Some checks failed
Analyze code and publish script / analyze (push) Has been cancelled
Analyze code and publish script / publish (push) Has been cancelled

This commit is contained in:
2026-02-03 22:34:49 +01:00
Unverified
parent 6e5c2bc058
commit 6e8cb40768

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,
})) }))
sys.exit() os.exit(os.EX_OK)