diff --git a/app/main.py b/app/main.py index f9badf7b..28b68fae 100644 --- a/app/main.py +++ b/app/main.py @@ -35,7 +35,7 @@ def __init__( weight: int, coords: list[int] | None = None ) -> None: - super().__init__(name, weight) + super().__init__(name, weight, coords) self.coords = coords if coords else [0, 0, 0] def go_up(self, step: int = 1) -> None: