exclude proxy for inbox.lv
This commit is contained in:
+12
-5
@@ -99,9 +99,16 @@ def send_request_for_file_list(file_list: list, thread_number: int = 20, data_qu
|
||||
if __name__ == '__main__':
|
||||
# file_list = ['~/Desktop/contact_list_2024-05-23.xlsx',
|
||||
# '~/Desktop/contact_list_2024-05-21.xlsx',
|
||||
# file_list = ['~/Desktop/contact_list_2025-10-30.xlsx']
|
||||
file_list = ['~/Desktop/contact_list_2025-11-28.xlsx']
|
||||
# file_list = ['~/Desktop/contact_list_2025-11-06.xlsx']
|
||||
# file_list = ['~/Desktop/contact_list_all.xlsx']
|
||||
send_request_for_file_list(file_list=file_list, thread_number=40,
|
||||
# file_list = ['~/Desktop/contact_list_2026-04-15.xlsx']
|
||||
# file_list = ['~/Desktop/contact_yahoo_5.xlsx']
|
||||
# file_list = ['~/Desktop/contact_list_inbox_lv_100.xlsx']
|
||||
# file_list = ['~/Desktop/contact_list_yahoo_100_20_04.xlsx']
|
||||
# file_list = ['~/Desktop/contact_list_2026-04-21_200_yahoo.xlsx']
|
||||
file_list = ['~/Desktop/contact_list_2026-04-21.xlsx']
|
||||
# file_list = ['~/Desktop/reste_inbox_lv.xlsx']
|
||||
# file_list = ['~/Desktop/contact_list_2024-09-02_firemail_de_100.xlsx']
|
||||
# file_list = ['~/Desktop/contact_list_inbox_100_14_04.xlsx']
|
||||
# file_list = file_list[0:100]
|
||||
# file_list = ['~/Desktop/contact_list_2026-03-28.xlsx']
|
||||
send_request_for_file_list(file_list=file_list, thread_number=2,
|
||||
data_queue_name=MORNING_DATA_CACHE, stop_at_hour=19, stop_at_mins=50)
|
||||
|
||||
Reference in New Issue
Block a user