show email address in the logs
This commit is contained in:
@@ -165,7 +165,7 @@ def read_mails():
|
|||||||
print("need to validate url: " + url)
|
print("need to validate url: " + url)
|
||||||
executor.submit(url_validator.start_page, params.get_proxy(ProxyType.BRIGHT_DATA), True)
|
executor.submit(url_validator.start_page, params.get_proxy(ProxyType.BRIGHT_DATA), True)
|
||||||
else:
|
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
|
# check whether the url has already been clicked
|
||||||
|
|||||||
Reference in New Issue
Block a user