restore read_all_mails function

This commit is contained in:
Lei PAN
2024-09-02 19:29:56 +02:00
parent 18d70ba7d2
commit 0bde05d4f6
+4 -4
View File
@@ -307,7 +307,7 @@ def read_all_mails(contact_to_book_list=None):
# check whether the url has already been clicked # check whether the url has already been clicked
if __name__ == '__main__': if __name__ == '__main__':
init_logger() init_logger()
contact_to_book_list = excel_reader.read_contacts( # contact_to_book_list = excel_reader.read_contacts(
file_name="/Users/panlei/Desktop/contact_list_2024-06-28_4000.xlsx") # file_name="/Users/panlei/Desktop/contact_list_2024-06-28_4000.xlsx")
read_all_mails(contact_to_book_list=contact_to_book_list) # read_all_mails(contact_to_book_list=contact_to_book_list)
# read_all_mails() read_all_mails()