增加日志

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) return self._get_last_query(data)
def _get_last_query(self, data): def _get_last_query(self, data):
self.log.debug(f"_get_last_query:{data}")
if d := data.get("data"): if d := data.get("data"):
records = json.loads(d).get("records") records = json.loads(d).get("records")
if not records: if not records: