更新v2.3.0,添加合并数据库功能
This commit is contained in:
parent
ca0b442d81
commit
81f7042244
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -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: |
|
||||
|
@ -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()):
|
||||
|
@ -9,4 +9,6 @@ pyaudio
|
||||
requests
|
||||
pillow
|
||||
flask
|
||||
pyahocorasick
|
||||
pyahocorasick
|
||||
blackboxprotobuf
|
||||
lz4
|
Loading…
Reference in New Issue
Block a user