summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authort.me/xtekky <98614666+xtekky@users.noreply.github.com>2023-04-20 20:12:44 +0200
committerGitHub <noreply@github.com>2023-04-20 20:12:44 +0200
commit3c579964ad0a7f0311c29ea8efd365744b6fe8dd (patch)
tree262d3c1b8b8dbc6305c1f863d8e627979b992865
parentunfinished api's (help is welcome) (diff)
parentFix typo in api.py (diff)
downloadgpt4free-3c579964ad0a7f0311c29ea8efd365744b6fe8dd.tar
gpt4free-3c579964ad0a7f0311c29ea8efd365744b6fe8dd.tar.gz
gpt4free-3c579964ad0a7f0311c29ea8efd365744b6fe8dd.tar.bz2
gpt4free-3c579964ad0a7f0311c29ea8efd365744b6fe8dd.tar.lz
gpt4free-3c579964ad0a7f0311c29ea8efd365744b6fe8dd.tar.xz
gpt4free-3c579964ad0a7f0311c29ea8efd365744b6fe8dd.tar.zst
gpt4free-3c579964ad0a7f0311c29ea8efd365744b6fe8dd.zip
-rw-r--r--quora/api.py2
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