Forráskód Böngészése

getData - oprava logovania teploty

marek 1 hónapja
szülő
commit
0504f3c62c
1 módosított fájl, 1 hozzáadás és 1 törlés
  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)