Merge pull request #234 from Rikki-Zero/debug

fix: 删除print调试代码
pull/236/head
Rikki 2025-03-11 23:40:53 +08:00 committed by GitHub
commit 8d68e63835
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

1
bot.py
View File

@ -64,7 +64,6 @@ def init_env():
# 首先加载基础环境变量.env
if os.path.exists(".env"):
load_dotenv(".env",override=True)
print(os.getenv("ENVIRONMENT"))
logger.success("成功加载基础环境变量配置")