summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author0dminnimda <0dminnimda@gmail.com>2023-04-28 18:31:51 +0200
committerGitHub <noreply@github.com>2023-04-28 18:31:51 +0200
commit88b4ebba3de26c0fdbc5f5704abe126d42eba559 (patch)
treebf3872b1261f2ecd3ae052342c0623b53fa71229
parentMerge pull request #252 from Jisan09/main (diff)
downloadgpt4free-88b4ebba3de26c0fdbc5f5704abe126d42eba559.tar
gpt4free-88b4ebba3de26c0fdbc5f5704abe126d42eba559.tar.gz
gpt4free-88b4ebba3de26c0fdbc5f5704abe126d42eba559.tar.bz2
gpt4free-88b4ebba3de26c0fdbc5f5704abe126d42eba559.tar.lz
gpt4free-88b4ebba3de26c0fdbc5f5704abe126d42eba559.tar.xz
gpt4free-88b4ebba3de26c0fdbc5f5704abe126d42eba559.tar.zst
gpt4free-88b4ebba3de26c0fdbc5f5704abe126d42eba559.zip
-rw-r--r--forefront/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/forefront/__init__.py b/forefront/__init__.py
index 30aae844..03f24729 100644
--- a/forefront/__init__.py
+++ b/forefront/__init__.py
@@ -60,7 +60,7 @@ class Account:
while True:
sleep(1)
for _ in mail.fetch_inbox():
- print(mail.get_message_content(_["id"]))
+ if logging: print(mail.get_message_content(_["id"]))
mail_token = match(r"(\d){5,6}", mail.get_message_content(_["id"])).group(0)
if mail_token: