This commit is contained in:
xaoyaoo 2024-06-22 18:49:00 +08:00
parent 091f6296d0
commit 17d47e1304

View File

@ -57,6 +57,7 @@ def init_last():
if not my_wxid:
my_wxid = read_session(g.sf, "test", "last")
if my_wxid:
save_session(g.sf, "test", "last", my_wxid)
merge_path = read_session(g.sf, my_wxid, "merge_path")
wx_path = read_session(g.sf, my_wxid, "wx_path")
key = read_session(g.sf, my_wxid, "key")