correction for wrong email
This commit is contained in:
@@ -178,7 +178,8 @@ def read_mails_and_find_confirmation_contacts():
|
||||
if item.id in message_body and item.id != "welcome":
|
||||
item.message = message_body
|
||||
accepted_appointment_list.append(item)
|
||||
elif "10:30" in message_body and (item.email == mail.mail_address or item.email in message_body):
|
||||
elif "10:30" in message_body and (
|
||||
item.email == mail.mail_address or item.email in message_body) and len(item.passport) > 0:
|
||||
item.message = message_body
|
||||
accepted_appointment_list.append(item)
|
||||
elif "11:30" in message_body and (item.email == mail.mail_address or item.email in message_body):
|
||||
|
||||
Reference in New Issue
Block a user