read hotmail after appointment request

This commit is contained in:
2025-06-28 11:14:56 +02:00
parent 3a2983a932
commit 62cdb55da2
5 changed files with 90 additions and 7 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ from request_sender_test import send_request_for_file_list
def start_book_appointment():
file_list = ['~/Desktop/contact_list_2025-06-09_2.xlsx']
send_request_for_file_list(file_list=file_list, thread_number=30,
file_list = ['~/Desktop/contact_list_2025-06-27.xlsx']
send_request_for_file_list(file_list=file_list, thread_number=50,
data_queue_name=MORNING_DATA_CACHE, stop_at_hour=11, stop_at_mins=20)