diff --git a/docs/note.md b/docs/note.md index d179bd8..4a2247c 100644 --- a/docs/note.md +++ b/docs/note.md @@ -22,4 +22,6 @@ try { ## 4.29.1 jsdata ch 的结构和4.29.0的一样,只是str_odb变成了false, *m_fmi* 和 *tbce* 再次出现 -"str_odb": false, 但是在 V4.29.0中,这个值为true \ No newline at end of file +"str_odb": false, 但是在 V4.29.0中,这个值为true + + e.str_odb = !!window['openDatabase']; # 如果成功建数据库,那么str_odb = true \ No newline at end of file diff --git a/request_sender_test.py b/request_sender_test.py index 2092066..e3e72a5 100644 --- a/request_sender_test.py +++ b/request_sender_test.py @@ -99,6 +99,6 @@ if __name__ == '__main__': # '~/Desktop/contact_list_2024-05-21.xlsx', # '~/Desktop/15_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_2024-06-06.xlsx'] send_request_for_file_list(file_list=file_list, thread_number=10, data_queue_name=MORNING_DATA_CACHE_2)