use FR_PROXY_MOB_OXY_STICKY

This commit is contained in:
2024-03-29 16:33:58 +01:00
parent 5dd90359a2
commit eb0c04be0b
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -70,10 +70,10 @@ def send_appointment_request(message_queue_name, _contact_list):
if __name__ == '__main__':
contacts_file_path = '~/Desktop/contact_list_2024-03-25.xlsx'
contacts_file_path = '~/Desktop/contact_list_2024-03-23.xlsx'
_contact_list = read_contacts(contacts_file_path)
_contact_list_to_book = filter_contacts(_contact_list)
_segment_number = 2
_segment_number = 5
logger.info("{} contacts to book".format(len(_contact_list_to_book)))
last_thread = None
for i in range(0, _segment_number):