From 82ed4763f59b71c2507cfb4b244e79fca3064e63 Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Tue, 28 May 2024 14:19:10 +0200 Subject: [PATCH] add missed , --- scheduler_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheduler_test.py b/scheduler_test.py index 936bdaa..656a5b3 100644 --- a/scheduler_test.py +++ b/scheduler_test.py @@ -7,7 +7,7 @@ from request_sender_test import send_request_for_file_list def start_book_appointment(): 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-23.xlsx', '~/Desktop/contact_list_2024-05-22.xlsx']