소스 검색

debug fix getData

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

+ 1 - 1
apps/getData.py

@@ -68,7 +68,7 @@ async def ble_task():
                     await asyncio.sleep(1)
         except Exception as e:
             outdoorConnected = 0
-            print("exception while connecting or getting data", e)
+            print(f"exception while connecting or getting data {e}")
 
 async def sensor_task():
     global indoorValues