style: 调整调试日志输出

This commit is contained in:
涵曦 2024-07-06 11:19:50 +00:00
parent a4ab1af160
commit 742cae0543

View File

@ -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
# 拉取所有音箱的对话记录 # 拉取所有音箱的对话记录