support version 4.29.1

This commit is contained in:
2024-06-06 16:27:27 +02:00
parent c772df34f3
commit bd0311fa33
9 changed files with 551 additions and 11 deletions
+2 -2
View File
@@ -100,5 +100,5 @@ if __name__ == '__main__':
# '~/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']
send_request_for_file_list(file_list=file_list, thread_number=30,
data_queue_name=MORNING_DATA_CACHE)
send_request_for_file_list(file_list=file_list, thread_number=10,
data_queue_name=MORNING_DATA_CACHE_2)