multi files
This commit is contained in:
+6
-5
@@ -6,11 +6,12 @@ from request_sender_test import send_request_for_file_list
|
||||
|
||||
|
||||
def start_book_appointment():
|
||||
file_list = ['~/Desktop/contact_list_2024-05-21.xlsx',
|
||||
'~/Desktop/contact_list_2024-05-20.xlsx',
|
||||
'~/Desktop/contact_list_2024-05-19.xlsx',
|
||||
'~/Desktop/15_05_to_test.xlsx']
|
||||
send_request_for_file_list(file_list=file_list, thread_number=32,
|
||||
file_list = ['~/Desktop/contact_list_2024-05-27.xlsx',
|
||||
'~/Desktop/contact_list_2024-05-25.xlsx'
|
||||
'~/Desktop/contact_list_2024-05-24.xlsx',
|
||||
'~/Desktop/contact_list_2024-05-23.xlsx',
|
||||
'~/Desktop/contact_list_2024-05-22.xlsx']
|
||||
send_request_for_file_list(file_list=file_list, thread_number=40,
|
||||
data_queue_name=MORNING_DATA_CACHE)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user