mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-22 07:03:53 +08:00
add basic OTA support for single server deployment, remove debug
This commit is contained in:
@@ -162,7 +162,6 @@ class OTAHandler(BaseHandler):
|
||||
data_json = {}
|
||||
try:
|
||||
data_json = json.loads(data) if data else {}
|
||||
self.logger.bind(tag=TAG).info(f"data json:{data_json}")
|
||||
except Exception:
|
||||
data_json = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user