From 6d82e7cfab19e4ba538db606dcef2e802ab22022 Mon Sep 17 00:00:00 2001 From: mateuszskoczek Date: Tue, 3 Feb 2026 23:18:18 +0100 Subject: [PATCH] Update cdl_downloader/__main__.py --- cdl_downloader/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cdl_downloader/__main__.py b/cdl_downloader/__main__.py index ed1ce28..97208f7 100644 --- a/cdl_downloader/__main__.py +++ b/cdl_downloader/__main__.py @@ -100,5 +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