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

增加日志

This commit is contained in:
涵曦
2024-06-21 14:16:28 +00:00
parent d6e4478eb6
commit 5dabf66e7c

View File

@@ -223,6 +223,7 @@ class XiaoMusic:
return self._get_last_query(data)
def _get_last_query(self, data):
self.log.debug(f"_get_last_query:{data}")
if d := data.get("data"):
records = json.loads(d).get("records")
if not records: