1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-16 16:38:16 +08:00

优化日志输出

This commit is contained in:
涵曦
2024-06-26 00:22:23 +00:00
parent 743d85de32
commit ad3bad85db

View File

@@ -108,7 +108,7 @@ class XiaoMusic:
# 启动时初始化获取声音
self.set_last_record("get_volume#")
self.log.debug("ffmpeg_location: %s", self.ffmpeg_location)
self.log.info("ffmpeg_location: %s", self.ffmpeg_location)
async def poll_latest_ask(self):
async with ClientSession() as session: