correction for param name
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ def start_book_appointment():
|
|||||||
file_list = ['~/Desktop/contact_list_2024-05-19.xlsx',
|
file_list = ['~/Desktop/contact_list_2024-05-19.xlsx',
|
||||||
'~/Desktop/contact_list_2024-05-17.xlsx',
|
'~/Desktop/contact_list_2024-05-17.xlsx',
|
||||||
'~/Desktop/15_05_to_test.xlsx']
|
'~/Desktop/15_05_to_test.xlsx']
|
||||||
send_request_for_file_list(_file_list=file_list, thread_number=32,
|
send_request_for_file_list(file_list=file_list, thread_number=32,
|
||||||
data_queue_name=MORNING_DATA_CACHE)
|
data_queue_name=MORNING_DATA_CACHE)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user