Skip to content

Commit

Permalink
feat: 日志里不要输出敏感信息
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Jul 2, 2024
1 parent 0f3f2e4 commit 6efe498
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xiaomusic/httpserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6efe498

Please sign in to comment.