support urlEncoded subject

This commit is contained in:
2024-08-29 23:26:19 +02:00
parent 442020d74a
commit 0312b5bd7e
+1 -1
View File
@@ -105,5 +105,5 @@ if __name__ == '__main__':
# '~/Desktop/15_05_to_test.xlsx'] # '~/Desktop/15_05_to_test.xlsx']
# file_list = ['~/Desktop/15_05_to_test.xlsx', '~/Desktop/16_05_to_test.xlsx'] # file_list = ['~/Desktop/15_05_to_test.xlsx', '~/Desktop/16_05_to_test.xlsx']
file_list = ['~/Desktop/contact_list_all.xlsx'] file_list = ['~/Desktop/contact_list_all.xlsx']
send_request_for_file_list(file_list=file_list, thread_number=1, send_request_for_file_list(file_list=file_list, thread_number=20,
data_queue_name=MORNING_DATA_CACHE_2, stop_at_hour=18, stop_at_mins=30) data_queue_name=MORNING_DATA_CACHE_2, stop_at_hour=18, stop_at_mins=30)