use contact_list_file of 2025-10-30

This commit is contained in:
2025-11-05 16:10:08 +01:00
parent a789a81fbd
commit 5b87938acf
3 changed files with 9 additions and 8 deletions
+4 -4
View File
@@ -102,11 +102,11 @@ if __name__ == '__main__':
# '~/Desktop/15_05_to_test.xlsx']
# file_list = ['~/Desktop/contact_list_2025-07-15.xlsx']
# file_list = ['~/Desktop/contact_list_2025-07-28.xlsx']
# file_list = ['~/Desktop/contact_list_2025-06-23.xlsx']
# file_list = ['~/Desktop/contact_list_2025-05-16.xlsx']
file_list = ['~/Desktop/contact_list_2025-09-08.xlsx']
file_list = ['~/Desktop/contact_list_2025-10-30.xlsx']
# file_list = ['~/Desktop/contact_list_all.xlsx']
# file_list = ['~/Desktop/contact_list_2025-09-08.xlsx']
# file_list = ['~/Desktop/real_name_contacts_100_aol_17_04.xlsx']
# file_list = ['~/Desktop/contact_list_2025-08-18_no_ms.xlsx']
# file_list = ['~/Desktop/real_name_contacts_100_27_06.xlsx']
send_request_for_file_list(file_list=file_list, thread_number=10,
send_request_for_file_list(file_list=file_list, thread_number=30,
data_queue_name=MORNING_DATA_CACHE, stop_at_hour=19, stop_at_mins=50)