增加日志
This commit is contained in:
parent
d6e4478eb6
commit
5dabf66e7c
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user