try to add model to link validator

This commit is contained in:
2025-10-13 08:58:38 +02:00
parent d21f64bfc2
commit 8936129558
7 changed files with 21 additions and 17 deletions
+4
View File
@@ -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
+1 -1
View File
@@ -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)