mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-22 10:52:18 +08:00
小时也起码两位
This commit is contained in:
parent
425ef3b921
commit
a440aee168
@ -225,7 +225,7 @@ def call_decompress(is_send, bytes_extra, display_content, str_content): # 音
|
|||||||
(call_length % 3600) // 60,
|
(call_length % 3600) // 60,
|
||||||
call_length % 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:
|
else:
|
||||||
display_content = {
|
display_content = {
|
||||||
"5": ("" if is_send else "对方") + "已取消",
|
"5": ("" if is_send else "对方") + "已取消",
|
||||||
|
Loading…
Reference in New Issue
Block a user