From 6efe498f2afaba1cae0ef9b5cd03c2ef1f520b7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Tue, 2 Jul 2024 05:27:17 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=97=A5=E5=BF=97=E9=87=8C=E4=B8=8D?= =?UTF-8?q?=E8=A6=81=E8=BE=93=E5=87=BA=E6=95=8F=E6=84=9F=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xiaomusic/httpserver.py | 1 - 1 file changed, 1 deletion(-) diff --git a/xiaomusic/httpserver.py b/xiaomusic/httpserver.py index f7825df45..9dbc24d39 100644 --- a/xiaomusic/httpserver.py +++ b/xiaomusic/httpserver.py @@ -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)