소스 검색

fix a bug when catching error

chenhaiyang 4 년 전
부모
커밋
351ce65483
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/controllers/equipment/fcu/on_ratio.py

+ 1 - 0
app/controllers/equipment/fcu/on_ratio.py

@@ -167,6 +167,7 @@ async def start_on_ratio_mode(device_id: str, target: float, period_time: int):
                 last_on_ratio = 0.0
                 await asyncio.sleep(period_time)
         except (KeyError, IndexError, TypeError):
+            await asyncio.sleep(period_time)
             continue