autocommit

This commit is contained in:
ALIHAN DIKEL
2024-10-29 21:47:41 +03:00
parent 57f12e0ab4
commit 1c1603f458

View File

@@ -67,7 +67,7 @@ async def collect_flight_stats(state):
# search for any response if disconnected
else:
if counter % 10 == 0:
logger.warning("missing connection, pinging tello")
logger.warning("skipping stats collection")
counter += 1
await asyncio.sleep(1)