support 4.33.1

This commit is contained in:
2024-08-26 17:04:51 +02:00
parent 95adbae231
commit 9f175575d0
10 changed files with 569 additions and 15 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/contact_list_2024-08-22_aol.xlsx']
send_request_for_file_list(file_list=file_list, thread_number=5,
data_queue_name=MORNING_DATA_CACHE_2, stop_at_hour=18, stop_at_mins=30)
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)