try to use curl_cffi

This commit is contained in:
2024-10-05 00:51:51 +02:00
parent 6976e0f484
commit c2db1035c4
3 changed files with 44 additions and 15 deletions
+3 -3
View File
@@ -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_all.xlsx']
send_request_for_file_list(file_list=file_list, thread_number=1,
data_queue_name=MORNING_DATA_CACHE, stop_at_hour=18, stop_at_mins=30)
file_list = ['~/Desktop/contact_list_2024-10-04_gmx_sg_100.xlsx']
send_request_for_file_list(file_list=file_list, thread_number=2,
data_queue_name=MORNING_DATA_CACHE, stop_at_hour=19, stop_at_mins=50)