From 2783cf4faf0151e1d212c98a3fa385ab746350e4 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Mon, 6 May 2024 17:37:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=90=88=E5=B9=B6=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E6=95=B0=E6=8D=AE=E5=BA=93=E7=9A=84=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pywxdump/wx_info/merge_db.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pywxdump/wx_info/merge_db.py b/pywxdump/wx_info/merge_db.py index 6a6135a..a70a889 100644 --- a/pywxdump/wx_info/merge_db.py +++ b/pywxdump/wx_info/merge_db.py @@ -406,6 +406,10 @@ def merge_real_time_db(key, db_path: str, merge_path: str, CreateTime: int = 0, def all_merge_real_time_db(key, wx_path, merge_path): + """ + 合并所有实时数据库 + 注:这是全量合并,会有可能产生重复数据,需要自行去重 + """ if not merge_path or not key or not wx_path or not wx_path: return False, "msg_path or media_path or wx_path or key is required" try: