mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 11:42:44 +08:00
[Fix] 修复一处类型注解的错误
This commit is contained in:
parent
8164f4b506
commit
ae831a2654
|
@ -48,7 +48,7 @@ class KeysManager:
|
|||
|
||||
self.auto_switch()
|
||||
|
||||
def auto_switch(self) -> (bool, str):
|
||||
def auto_switch(self) -> tuple[bool, str]:
|
||||
"""尝试切换api-key
|
||||
|
||||
Returns:
|
||||
|
|
Loading…
Reference in New Issue
Block a user