mirror of
https://github.com/hanxi/xiaomusic.git
synced 2025-12-16 16:38:16 +08:00
增加日志
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user