哈哈😄 被ignore了

This commit is contained in:
KawaiiYusora
2025-03-04 01:21:57 +08:00
parent 038fa512aa
commit 545c37e717
2 changed files with 25 additions and 1 deletions

2
bot.py
View File

@@ -33,7 +33,7 @@ if not os.path.exists(".env"):
if not os.path.exists(".env.prod"):
logger.error("检测到.env.prod文件不存在")
logger.info("请在.env.prod文件中至少填写SILICONFLOW_KEY变量后重新启动")
shutil.copy("./.env.template", "./.env.prod")
shutil.copy("template.env", "./.env.prod")
# 首先加载基础环境变量.env
if os.path.exists(".env"):