1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-06 14:52:50 +08:00

style: update

This commit is contained in:
涵曦
2025-10-24 20:20:58 +08:00
parent 27937186f3
commit 67fa0b983f

View File

@@ -446,7 +446,7 @@ class XiaoMusic:
did = last_record["did"]
timestamp = last_record.get("time")
query = last_record.get("query", "").strip()
self.log.debug(f"获取到最后一条对话记录:{query} {timestamp}")
self.log.debug(f"{did} 获取到最后一条对话记录:{query} {timestamp}")
if timestamp > self.last_timestamp[did]:
self.last_timestamp[did] = timestamp