exclude data_impulase proxy

This commit is contained in:
2024-05-17 11:15:08 +02:00
parent 66a029da22
commit 75ed3f5063
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -86,5 +86,5 @@ def start_send_requests(thread_number, file_path, data_queue_name=MORNING_DATA_C
if __name__ == '__main__':
start_send_requests(thread_number=30, file_path='~/Desktop/contact_list_2024-05-14.xlsx',
start_send_requests(thread_number=30, file_path='~/Desktop/contact_list_2024-05-15.xlsx',
data_queue_name=MORNING_DATA_CACHE_2)