author | Raghuram Subramani <raghus2247@gmail.com> | 2025-03-27 23:26:23.0 +05:30:00 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-03-27 23:26:23.0 +05:30:00 |
commit | 52138b75648eea818385990a6465ffb402e8d293 [patch] |
|
tree | 4b912d3d1811a6a47831be74fb032c88ff1e9340 |
|
parent | 811d44c98123b601c32e2d3ff185b223aa3f5c5b |
|
download | 52138b75648eea818385990a6465ffb402e8d293.tar.gz |
update
Diff
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: ") if __name__ == '__main__': os.makedirs(PDF_DIRECTORY, exist_ok=True) app.run(host='0.0.0.0', port=8000)