XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

Fix typo in api.py

occured -> occurred

b9cafe8c
Ikko Eltociear Ashimine <eltociear@gmail.com>
提交于

代码差异

1 个文件 +1 -1
Modified quora/api.py +1 -1
@@ -368,7 +368,7 @@ class Client:
368 368 human_message_id = human_message["node"]["messageId"]
369 369 except TypeError:
370 370 raise RuntimeError(
371 f"An unknown error occured. Raw response data: {message_data}")
371 f"An unknown error occurred. Raw response data: {message_data}")
372 372
373 373 # indicate that the current message is waiting for a response
374 374 self.active_messages[human_message_id] = None