소스 검색

getData - oprava logovania teploty

marek 1 개월 전
부모
커밋
0504f3c62c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/getData.py

+ 1 - 1
apps/getData.py

@@ -130,7 +130,7 @@ async def write_task():
 
         conn.commit()
 
-        print(f"indoor: {indoorValues["Temperature"] / 100}°C, outdoor: {outdoorConnected} - {outdoorValues["Temperature"]}°C")
+        print(f"indoor: {indoorValues["Temperature"] / 100}°C, outdoor: {outdoorConnected} - {outdoorValues["Temperature"] / 100}°C")
 
         await asyncio.sleep(10)