From 04d226bda538ebae123056f9c800ff0bba520b65 Mon Sep 17 00:00:00 2001 From: KawaiiYusora Date: Tue, 4 Mar 2025 01:22:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=8D=E8=AF=BB=E5=88=A0=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bot.py b/bot.py index fc25db66..c2b1b4b1 100644 --- a/bot.py +++ b/bot.py @@ -32,7 +32,6 @@ if not os.path.exists(".env"): # 检测.env.prod文件是否存在 if not os.path.exists(".env.prod"): logger.error("检测到.env.prod文件不存在") - logger.info("请在.env.prod文件中至少填写SILICONFLOW_KEY变量后重新启动") shutil.copy("template.env", "./.env.prod") # 首先加载基础环境变量.env