close the browser when url sent by email
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user