add missed ,
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ from request_sender_test import send_request_for_file_list
|
|||||||
|
|
||||||
def start_book_appointment():
|
def start_book_appointment():
|
||||||
file_list = ['~/Desktop/contact_list_2024-05-27.xlsx',
|
file_list = ['~/Desktop/contact_list_2024-05-27.xlsx',
|
||||||
'~/Desktop/contact_list_2024-05-25.xlsx'
|
'~/Desktop/contact_list_2024-05-25.xlsx',
|
||||||
'~/Desktop/contact_list_2024-05-24.xlsx',
|
'~/Desktop/contact_list_2024-05-24.xlsx',
|
||||||
'~/Desktop/contact_list_2024-05-23.xlsx',
|
'~/Desktop/contact_list_2024-05-23.xlsx',
|
||||||
'~/Desktop/contact_list_2024-05-22.xlsx']
|
'~/Desktop/contact_list_2024-05-22.xlsx']
|
||||||
|
|||||||
Reference in New Issue
Block a user