try to add model to link validator
This commit is contained in:
@@ -37,4 +37,8 @@ class CookiesPublisher:
|
||||
))
|
||||
|
||||
def message_count(self):
|
||||
# try:
|
||||
return self.channel.queue_declare(queue=self.to_queue, durable=True).method.message_count
|
||||
# except Exception as error:
|
||||
# print(error)
|
||||
# return 0
|
||||
|
||||
@@ -67,7 +67,7 @@ def is_open():
|
||||
|
||||
def check_ms_mails(_mail_list_filtered):
|
||||
print("check_ms_mails() called.")
|
||||
check_all_need_to_check_emails()
|
||||
# check_all_need_to_check_emails()
|
||||
# for _mail in _mail_list_filtered:
|
||||
# if "outlook.com" in _mail.mail or "hotmail.com" in _mail.mail:
|
||||
# check_mail(_mail.mail)
|
||||
|
||||
Reference in New Issue
Block a user