support version 4.29.1

This commit is contained in:
2024-06-06 17:41:11 +02:00
parent bd0311fa33
commit ec82ccd708
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -99,6 +99,6 @@ if __name__ == '__main__':
# '~/Desktop/contact_list_2024-05-21.xlsx',
# '~/Desktop/15_05_to_test.xlsx']
# file_list = ['~/Desktop/15_05_to_test.xlsx', '~/Desktop/16_05_to_test.xlsx']
file_list = ['~/Desktop/contact_list_all.xlsx']
file_list = ['~/Desktop/contact_list_2024-06-06.xlsx']
send_request_for_file_list(file_list=file_list, thread_number=10,
data_queue_name=MORNING_DATA_CACHE_2)