Update cdl_downloader/__main__.py
Some checks failed
Analyze code and publish script / Analyze code (push) Successful in 53s
Analyze code and publish script / Publish script (push) Failing after 1m54s

This commit is contained in:
2026-02-03 23:13:27 +01:00
Unverified
parent 3c42a00416
commit e655b51da3

View File

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