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

增加调试日志

This commit is contained in:
涵曦
2024-06-23 01:52:38 +00:00
parent dbc68d6b56
commit bf29fc67b4

View File

@@ -322,6 +322,7 @@ class XiaoMusic:
if self.proxy:
sbp_args += ("--proxy", f"{self.proxy}")
self.log.debug(f"download: {sbp_args}")
self.download_proc = await asyncio.create_subprocess_exec(*sbp_args)
await self.do_tts(f"正在下载歌曲{search_key}")