From 57b773d3913e16a6ed9ab40d296c9c6f208e2322 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Fri, 19 Apr 2024 12:21:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E9=80=9F=E8=AE=BF=E9=97=AE=EF=BC=8C?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AE=B9=E9=94=99merge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pywxdump/wx_info/merge_db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywxdump/wx_info/merge_db.py b/pywxdump/wx_info/merge_db.py index 698385e..7a6e505 100644 --- a/pywxdump/wx_info/merge_db.py +++ b/pywxdump/wx_info/merge_db.py @@ -389,4 +389,4 @@ def merge_real_time_db(key, db_path: str, merge_path: str, CreateTime: int = 0, time.sleep(3) os.remove(out_path) - return merge_path + return True, merge_path