style: 调整调试日志输出
This commit is contained in:
parent
a4ab1af160
commit
742cae0543
@ -152,7 +152,9 @@ class XiaoMusic:
|
|||||||
async def poll_latest_ask(self):
|
async def poll_latest_ask(self):
|
||||||
async with ClientSession() as session:
|
async with ClientSession() as session:
|
||||||
while True:
|
while True:
|
||||||
self.log.debug(f"Listening new message, timestamp: self.last_timestamp")
|
self.log.debug(
|
||||||
|
f"Listening new message, timestamp: {self.last_timestamp}"
|
||||||
|
)
|
||||||
session._cookie_jar = self.cookie_jar
|
session._cookie_jar = self.cookie_jar
|
||||||
|
|
||||||
# 拉取所有音箱的对话记录
|
# 拉取所有音箱的对话记录
|
||||||
|
Loading…
Reference in New Issue
Block a user