use proxy while reading gmx mails

This commit is contained in:
2026-03-28 10:07:32 +01:00
parent b224c75ad0
commit 228c0b9bbb
5 changed files with 618 additions and 17 deletions
+2 -2
View File
@@ -103,5 +103,5 @@ if __name__ == '__main__':
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=20,
data_queue_name=MORNING_DATA_CACHE_2, stop_at_hour=19, stop_at_mins=50)
send_request_for_file_list(file_list=file_list, thread_number=40,
data_queue_name=MORNING_DATA_CACHE, stop_at_hour=19, stop_at_mins=50)