Changeset 1127:b9c7af542746 for src/mlx
- Timestamp:
- 02/10/24 09:25:39 (10 months ago)
- Branch:
- python3
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/acars.py
r1049 r1127 20 20 self.pilotName = gui.loginResult.pilotName 21 21 22 self._gui = gui 22 23 flight = gui.flight 23 24 aircraft = flight.aircraft … … 59 60 attrs["pilotName"] = self.pilotName 60 61 attrs["numPassengers"] = \ 61 bookedFlight.numPassengers + \62 bookedFlight.numChildren + \63 bookedFlight.numInfants62 self._gui.numPassengers + \ 63 self._gui.numChildren + \ 64 self._gui.numInfants 64 65 attrs["blockTime"] = self.getBlockTimeText() 65 66 attrs["callsign"] = bookedFlight.callsign
Note:
See TracChangeset
for help on using the changeset viewer.