fix: 优化bot初始化的日志&格式

This commit is contained in:
AL76
2025-03-09 22:42:04 +08:00
parent 41aa974d2e
commit 1b5344f32f
2 changed files with 28 additions and 23 deletions

1
bot.py
View File

@@ -150,7 +150,6 @@ if __name__ == "__main__":
init_env()
load_env()
env_config = {key: os.getenv(key) for key in os.environ}
scan_provider(env_config)