From 6e8cb407687307cad83954c611af6924d5c60d92 Mon Sep 17 00:00:00 2001 From: mateuszskoczek Date: Tue, 3 Feb 2026 22:34:49 +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 97208f7..04571b2 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, })) -sys.exit() \ No newline at end of file +os.exit(os.EX_OK) \ No newline at end of file