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