optimization for audio recognize
This commit is contained in:
@@ -156,7 +156,7 @@ def read_mails_and_find_confirmation_contacts():
|
||||
for mail in mails_messages:
|
||||
message_body = mail.body
|
||||
for item in successful_items:
|
||||
if item.id in message_body:
|
||||
if item.id in message_body and item.id != "welcome":
|
||||
accepted_appointment_list.append(item)
|
||||
elif "10:30" in message_body and (item.email == mail.mail_address or item.email in message_body):
|
||||
accepted_appointment_list.append(item)
|
||||
|
||||
Reference in New Issue
Block a user