From 1e8d7f7c83da2509368b0e5aaf9ebed91f32271e Mon Sep 17 00:00:00 2001 From: PAN Lei Date: Sat, 5 Oct 2024 11:21:23 +0200 Subject: [PATCH] try to use curl_cffi --- request_sender_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)