support 4.34.0

This commit is contained in:
Lei PAN
2024-08-27 19:03:23 +02:00
parent 9f175575d0
commit acb10dc751
8 changed files with 563 additions and 9 deletions
+3 -3
View File
@@ -104,6 +104,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/gmx_ch_100_2024-06-13.xlsx']
send_request_for_file_list(file_list=file_list, thread_number=10,
data_queue_name=MORNING_DATA_CACHE, stop_at_hour=18, stop_at_mins=30)
file_list = ['~/Desktop/contact_list_all.xlsx']
send_request_for_file_list(file_list=file_list, thread_number=1,
data_queue_name=MORNING_DATA_CACHE_2, stop_at_hour=18, stop_at_mins=30)