Merge branch 'feature/save_ip'
This commit is contained in:
@@ -231,6 +231,7 @@ def need_to_check_email(mail: str, successful_items) -> bool:
|
||||
|
||||
def find_links_to_validate_from_mail_list(mail_list: list, logger):
|
||||
# check time before start checking emails
|
||||
if len(mail_list) > 0:
|
||||
contact_to_book_list = MONGO_STORE_MANAGER.get_all_contact_to_book_list()
|
||||
successful_items = MONGO_STORE_MANAGER.get_all_successful_items_for_day()
|
||||
mails_messages = []
|
||||
|
||||
Reference in New Issue
Block a user