diff options
author | Ikko Eltociear Ashimine <eltociear@gmail.com> | 2023-04-20 18:08:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-20 18:08:24 +0200 |
commit | b9cafe8c2309e26477a827f56549c1d7df616942 (patch) | |
tree | 262d3c1b8b8dbc6305c1f863d8e627979b992865 /quora | |
parent | unfinished api's (help is welcome) (diff) | |
download | gpt4free-b9cafe8c2309e26477a827f56549c1d7df616942.tar gpt4free-b9cafe8c2309e26477a827f56549c1d7df616942.tar.gz gpt4free-b9cafe8c2309e26477a827f56549c1d7df616942.tar.bz2 gpt4free-b9cafe8c2309e26477a827f56549c1d7df616942.tar.lz gpt4free-b9cafe8c2309e26477a827f56549c1d7df616942.tar.xz gpt4free-b9cafe8c2309e26477a827f56549c1d7df616942.tar.zst gpt4free-b9cafe8c2309e26477a827f56549c1d7df616942.zip |
Diffstat (limited to 'quora')
-rw-r--r-- | quora/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quora/api.py b/quora/api.py index 6ba65cc9..9436f869 100644 --- a/quora/api.py +++ b/quora/api.py @@ -368,7 +368,7 @@ class Client: human_message_id = human_message["node"]["messageId"] except TypeError: raise RuntimeError( - f"An unknown error occured. Raw response data: {message_data}") + f"An unknown error occurred. Raw response data: {message_data}") # indicate that the current message is waiting for a response self.active_messages[human_message_id] = None |