From f8c3c56248acafa95055207709b386e79381dbe4 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 24 Sep 2024 11:46:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=80=E4=BA=9B=E8=B0=83=E6=95=B43?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index d1b5987..1fb3a2e 100644 --- a/main.py +++ b/main.py @@ -195,4 +195,4 @@ async def extract_info( return JSONResponse(content=info) if __name__ == "__main__": - uvicorn.run(app="main:app", host="0.0.0.0", port=2260, reload=True, log_config=LOGGING_CONFIG, debug=False) \ No newline at end of file + uvicorn.run(app="main:app", host="0.0.0.0", port=2260, reload=conf.APP_RELOAD, log_config=LOGGING_CONFIG) \ No newline at end of file