PyWxDump/tests/test_dbshow.py

14 lines
415 B
Python
Raw Permalink Normal View History

# -*- coding: utf-8 -*-#
# -------------------------------------------------------------------------------
# Name: test_dbshow.py
# Description: 显示数据库聊天记录
# Author: xaoyaoo
# Date: 2023/11/15
# -------------------------------------------------------------------------------
2024-08-19 10:59:52 +08:00
from pywxdump import start_server
2024-08-19 10:59:52 +08:00
merge_path = r"D:\****.db"
2024-08-19 10:59:52 +08:00
start_server(merge_path=merge_path)