support 4.33.0

This commit is contained in:
2024-08-16 14:43:07 +02:00
parent 786bbc9968
commit 1cd870a922
9 changed files with 568 additions and 24 deletions
+2 -2
View File
@@ -105,5 +105,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=2,
data_queue_name=MORNING_DATA_CACHE, stop_at_hour=17, stop_at_mins=30)
send_request_for_file_list(file_list=file_list, thread_number=1,
data_queue_name=MORNING_DATA_CACHE_2, stop_at_hour=17, stop_at_mins=30)