autocommit
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user