diff --git a/request_sender_test.py b/request_sender_test.py index 9c226f8..545b4d9 100644 --- a/request_sender_test.py +++ b/request_sender_test.py @@ -103,6 +103,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-10-04_gmx_sg_100.xlsx'] - send_request_for_file_list(file_list=file_list, thread_number=2, + file_list = ['~/Desktop/contact_list_2024-10-05_gmx_net_100.xlsx'] + send_request_for_file_list(file_list=file_list, thread_number=1, data_queue_name=MORNING_DATA_CACHE, stop_at_hour=19, stop_at_mins=50)