t.me/xtekky commited on
Commit
3c57996
2 Parent(s): a485cfb b9cafe8

Merge pull request #54 from eltociear/patch-1

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