do not read email for successful requests

This commit is contained in:
2024-03-29 16:03:42 +01:00
parent e08483fe94
commit 5dd90359a2
9 changed files with 171 additions and 17 deletions
+1
View File
@@ -30,6 +30,7 @@ def read_contacts(file_name) -> list:
first_name=first_name,
passport_number=contact_dict['passport'],
mail=contact_dict['email'])
contact.store = contact_dict['store']
contact_list.append(contact)
return contact_list