Add space

This commit is contained in:
Andrew Johnson
2025-11-15 14:02:10 +01:00
parent 944b225a81
commit d100f7e820

View File

@@ -786,6 +786,7 @@ class UrsinaAdapter():
def _motion_complete_callback(self): def _motion_complete_callback(self):
self.is_moving = False self.is_moving = False
self._execute_next_command() self._execute_next_command()
def land(self) -> None: def land(self) -> None:
if self.is_moving: if self.is_moving:
print("Tello Simulator: Movement in progress. Deferring landing...") print("Tello Simulator: Movement in progress. Deferring landing...")