try to add model to link validator

This commit is contained in:
2025-10-13 08:58:38 +02:00
parent d21f64bfc2
commit 8936129558
7 changed files with 21 additions and 17 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from request_sender_test import send_request_for_file_list
def start_book_appointment():
file_list = ['~/Desktop/contact_list_2025-08-18.xlsx']
file_list = ['~/Desktop/contact_list_2025-09-08.xlsx']
send_request_for_file_list(file_list=file_list, thread_number=60,
data_queue_name=MORNING_DATA_CACHE, stop_at_hour=11, stop_at_mins=10)