Skip to content

Commit

Permalink
完善注释
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoyaoo committed Apr 17, 2024
1 parent dc7cdab commit 691c534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pywxdump/dbpreprocess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
from .parsingMSG import ParsingMSG
from .parsingMicroMsg import ParsingMicroMsg
from .parsingMediaMSG import ParsingMediaMSG
from .parsingOpenIMContact import ParsingOpenIMContact


1 change: 1 addition & 0 deletions pywxdump/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def start_falsk(merge_path="", msg_path="", micro_path="", media_path="", wx_pat
:param port: 端口号
:param online: 是否在线查看(局域网查看)
:param debug: 是否开启debug模式
:param isopenBrowser: 是否自动打开浏览器
:return:
"""
tmp_path = os.path.join(os.getcwd(), "wxdump_tmp") # 临时文件夹,用于存放图片等
Expand Down

0 comments on commit 691c534

Please sign in to comment.