update mails configurations

This commit is contained in:
2024-05-10 14:33:19 +02:00
parent 42ff1426d6
commit c3dd17cf18
2 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ class AppointmentRequestSender(threading.Thread):
self.logger.info("will get mail from " + mail.mail)
_mail_list_filtered.append(mail)
self.logger.info("will call find_links_to_validate_from_mail_list, size = " + str(len(_mail_list_filtered)))
find_links_to_validate_from_mail_list(_mail_list_filtered)
find_links_to_validate_from_mail_list(_mail_list_filtered, self.logger)
self.already_read_emails = True
else:
self.logger.info("already read emails, is there any contacts to use")