更新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

@ -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

@ -10,3 +10,5 @@ requests
pillow
flask
pyahocorasick
blackboxprotobuf
lz4