diff --git a/src/mail/mail_reader.py b/src/mail/mail_reader.py index 4809e26..5e47d88 100644 --- a/src/mail/mail_reader.py +++ b/src/mail/mail_reader.py @@ -165,7 +165,7 @@ def read_mails(): print("need to validate url: " + url) executor.submit(url_validator.start_page, params.get_proxy(ProxyType.BRIGHT_DATA), True) else: - print("do not need to click url --> {}".format(mail)) + print("do not need to click url --> {}".format(mail.mail_address)) # check whether the url has already been clicked