perf: 简化启动输出

This commit is contained in:
RockChinQ
2023-12-21 16:28:45 +08:00
parent d1c2453310
commit 38357dd68d
4 changed files with 7 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ class KeysManager:
if self.api_key[key_name] not in self.exceeded:
self.using_key = self.api_key[key_name]
logging.info("使用api-key:" + key_name)
logging.debug("使用api-key:" + key_name)
# 触发插件事件
args = {