update
This commit is contained in:
parent
496e87284f
commit
5ffa471403
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user