From 5ffa4714033e949d013d74c6d4ed50f1c789c210 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Fri, 21 Mar 2025 20:26:47 +0800 Subject: [PATCH] update --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 724fe31..e6880ac 100644 --- a/app/main.py +++ b/app/main.py @@ -12,7 +12,7 @@ from app.database import Base, engine Base.metadata.create_all(bind=engine) # 加载环境变量 -load_dotenv(path=".env") +load_dotenv(dotenv_path=".env") # 配置日志 logging.basicConfig(