From ed2d42c00336cce515db2402b0604b04178f6aac Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Wed, 17 Jan 2024 00:35:15 +0800 Subject: [PATCH] fix --- pywxdump/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pywxdump/cli.py b/pywxdump/cli.py index c294060..ea83e08 100644 --- a/pywxdump/cli.py +++ b/pywxdump/cli.py @@ -451,6 +451,7 @@ def start_falsk(merge_path="", msg_path="", micro_path="", media_path="", wx_pat if wx_path: save_session(session_file, "wx_path", wx_path) if key: save_session(session_file, "key", key) if my_wxid: save_session(session_file, "my_wxid", my_wxid) + save_session(session_file, "test", my_wxid) app.register_blueprint(api)