From a440aee16867e4e98b50a5cd037f228b79c16ca3 Mon Sep 17 00:00:00 2001 From: STDquantum <405720329@qq.com> Date: Thu, 18 Jan 2024 13:57:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E6=97=B6=E4=B9=9F=E8=B5=B7=E7=A0=81?= =?UTF-8?q?=E4=B8=A4=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/util/compress_content.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/util/compress_content.py b/app/util/compress_content.py index 69f49c5..f21af90 100644 --- a/app/util/compress_content.py +++ b/app/util/compress_content.py @@ -225,7 +225,7 @@ def call_decompress(is_send, bytes_extra, display_content, str_content): # 音 (call_length % 3600) // 60, call_length % 60, ) - display_content = f"通话时长 {f'{h}:' if h else ''}{m:02d}:{s:02d}" + display_content = f"通话时长 {f'{h:02d}:' if h else ''}{m:02d}:{s:02d}" else: display_content = { "5": ("" if is_send else "对方") + "已取消",