소스 검색

[route][config] fix set_routes

Maxime Alves LIRMM@home 4 년 전
부모
커밋
b62b274d58
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    3
      pyheatpump/config.py

+ 1
- 3
pyheatpump/config.py 파일 보기

@@ -85,9 +85,7 @@ async def get_config(request):
85 85
 
86 86
 
87 87
 async def set_config(request):
88
-    body = await request.json()
89
-    d_body = json.loads(body)
90
-    #return PlainTextResponse(body)
88
+    d_body = await request.json()
91 89
 
92 90
     for sect in d_body.keys():
93 91
         if type(d_body[sect]) is not dict:

Loading…
취소
저장