summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author– sanz <sanzbernward@gmail.com>2023-04-16 14:38:18 +0200
committerGitHub <noreply@github.com>2023-04-16 14:38:18 +0200
commitf1d84fbf45be37d43c488f1ff06e63b3e17d22c9 (patch)
tree69475cfd540e843da113efba6f19620fac0e1205
parentunpatch mail (diff)
downloadgpt4free-f1d84fbf45be37d43c488f1ff06e63b3e17d22c9.tar
gpt4free-f1d84fbf45be37d43c488f1ff06e63b3e17d22c9.tar.gz
gpt4free-f1d84fbf45be37d43c488f1ff06e63b3e17d22c9.tar.bz2
gpt4free-f1d84fbf45be37d43c488f1ff06e63b3e17d22c9.tar.lz
gpt4free-f1d84fbf45be37d43c488f1ff06e63b3e17d22c9.tar.xz
gpt4free-f1d84fbf45be37d43c488f1ff06e63b3e17d22c9.tar.zst
gpt4free-f1d84fbf45be37d43c488f1ff06e63b3e17d22c9.zip
-rw-r--r--quora/mail.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/quora/mail.py b/quora/mail.py
index f08fbed1..fce6d24d 100644
--- a/quora/mail.py
+++ b/quora/mail.py
@@ -33,6 +33,6 @@ class Mail:
def get_message_content(self, message_id: str):
return self.get_message(message_id)["mail_body"]
-if __name__ == "__main__":
- client = Mail()
- client.get_mail()
+# if __name__ == "__main__":
+# client = Mail()
+# client.get_mail()