From 1cb697dbbd6c51932284fbd218e855b9328674f6 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Tue, 6 Aug 2024 01:31:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8E=A5=E6=94=B6=E3=80=81?= =?UTF-8?q?=E5=8F=91=E9=80=81=E6=B6=88=E6=81=AF=E6=95=B0=E9=87=8F=E7=9A=84?= =?UTF-8?q?=E5=9B=BE=E8=A1=A8=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pywxdump/db/dbMSG.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywxdump/db/dbMSG.py b/pywxdump/db/dbMSG.py index c6c9be7..17eb2bd 100644 --- a/pywxdump/db/dbMSG.py +++ b/pywxdump/db/dbMSG.py @@ -334,7 +334,7 @@ class MsgHandler(DatabaseBase): @db_error def get_top_talker_count(self, top: int = 10, start_time: int = 0, end_time: int = 0): """ - 获取聊天记录数量最多的联系人,他们每天的聊天记录数量 + 获取聊天记录数量最多的联系人,他们聊天记录数量 """ if start_time and end_time and isinstance(start_time, str) \ and isinstance(end_time, str) and start_time.isdigit() and end_time.isdigit():