use DE queue to apply appointment request

This commit is contained in:
2024-03-15 10:51:57 +01:00
parent 036e688f8b
commit 2a748fe035
+2 -2
View File
@@ -88,9 +88,9 @@ def send_appointment_request(message_queue_name, _contact_list):
if __name__ == '__main__':
contacts_file_path = '~/Desktop/contact_list_2024-03-09.xlsx'
contacts_file_path = '~/Desktop/contact_list_2024-03-14-2.xlsx'
_contact_list = read_contacts(contacts_file_path)
_segment_number = 4
_segment_number = 1
for i in range(0, _segment_number):
print(i)
_step = int(len(_contact_list) / _segment_number)