From e655b51da37ce8578e383139979b95d14f8db67a Mon Sep 17 00:00:00 2001 From: mateuszskoczek Date: Tue, 3 Feb 2026 23:13:27 +0100 Subject: [PATCH] Update cdl_downloader/__main__.py --- cdl_downloader/__main__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cdl_downloader/__main__.py b/cdl_downloader/__main__.py index 97208f7..ed1ce28 100644 --- a/cdl_downloader/__main__.py +++ b/cdl_downloader/__main__.py @@ -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() \ No newline at end of file