mirror of
https://github.com/hanxi/xiaomusic.git
synced 2026-04-05 12:05:06 +08:00
feat: 日志里不要输出敏感信息
This commit is contained in:
@@ -98,7 +98,6 @@ async def do_cmd():
|
||||
@auth.login_required
|
||||
async def getsetting():
|
||||
config = xiaomusic.getconfig()
|
||||
log.debug(config)
|
||||
|
||||
alldevices = await xiaomusic.call_main_thread_function(xiaomusic.getalldevices)
|
||||
log.info(alldevices)
|
||||
|
||||
Reference in New Issue
Block a user