From 52138b75648eea818385990a6465ffb402e8d293 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani <raghus2247@gmail.com> Date: Thu, 27 Mar 2025 23:26:23 +0530 Subject: [PATCH] update --- scrape_ecourtindia_v6/web.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scrape_ecourtindia_v6/web.py b/scrape_ecourtindia_v6/web.py index 07827d0..9c6b111 100644 --- a/scrape_ecourtindia_v6/web.py +++ a/scrape_ecourtindia_v6/web.py @@ -21,5 +21,4 @@ abort(500, description=f"Internal server error: {str(e)}") if __name__ == '__main__': - os.makedirs(PDF_DIRECTORY, exist_ok=True) app.run(host='0.0.0.0', port=8000) -- rgit 0.1.5