更新v2.3.0,添加合并数据库功能

This commit is contained in:
xaoyaoo 2023-12-06 13:47:18 +08:00
parent ca0b442d81
commit 81f7042244
3 changed files with 5 additions and 3 deletions

View File

@ -41,7 +41,7 @@ jobs:
- name: Build Executable
run: |
pyinstaller --clean --distpath=dist dist/pywxdump.spec
pyinstaller --clean --distpath=dist dist/pywxdump.spec
- name: test
run: |

View File

@ -10,7 +10,7 @@ import time
from collections import Counter
import pandas as pd
from pywxdump.analyse import parse_xml_string
from .db_parsing import parse_xml_string
def read_msgs(MSG_path, selected_talker=None, start_time=time.time() * 3600 * 24 * 365, end_time=time.time()):

View File

@ -9,4 +9,6 @@ pyaudio
requests
pillow
flask
pyahocorasick
pyahocorasick
blackboxprotobuf
lz4