From e0c7f106d4e0cd1437c7ecc996062e9610d8e2d2 Mon Sep 17 00:00:00 2001 From: mateuszskoczek Date: Tue, 3 Feb 2026 22:36:41 +0100 Subject: [PATCH] Update cdl_downloader/__main__.py --- cdl_downloader/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdl_downloader/__main__.py b/cdl_downloader/__main__.py index 04571b2..97208f7 100644 --- a/cdl_downloader/__main__.py +++ b/cdl_downloader/__main__.py @@ -100,4 +100,4 @@ print(json.dumps({ "formattedDate": datetime.datetime.strptime(date, "%d-%m-%Y").strftime("%Y.%m.%d"), "resultTableHTML": result_table_html, })) -os.exit(os.EX_OK) \ No newline at end of file +sys.exit() \ No newline at end of file