mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-23 10:37:13 +00:00
fix: 只有一个apikey并过期切换时不停输出apikey值
This commit is contained in:
@@ -53,7 +53,7 @@ class KeysManager:
|
||||
return True, key_name
|
||||
|
||||
self.using_key = list(self.api_key.values())[0]
|
||||
logging.info("使用api-key:" + self.using_key)
|
||||
logging.info("使用api-key:" + self.api_key.keys()[0])
|
||||
|
||||
return False, ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user