close the browser when url sent by email

This commit is contained in:
2022-08-03 09:55:26 +02:00
parent 0b203b00ee
commit 42c47e7abe
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ def write_new_contacts_to_excel(valid_contacts: list, generate_passport = True):
if __name__ == '__main__':
excel_reader = ExcelHelper()
contacts = excel_reader.read_names("/Users/lpan/Downloads/real_contacts_31.xls")
contacts = excel_reader.read_names("/Users/lpan/Documents/rdv/real_contacts_318.xlsx")
print(contacts)
write_new_contacts_to_excel(valid_contacts=contacts)
# for mail in excel_reader.read_mails_and_pwd():