Ignore:
Timestamp:
04/04/22 13:59:17 (2 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

RPC is the only communication method (re #357)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/flight.py

    r1034 r1044  
    942942            try:
    943943                with open(fileName, "rt") as f:
    944                     bookedFlight.readFromFile(f)
     944                    bookedFlight.readFromFile(f, self._wizard._loginResult.fleet)
    945945                self.addFlight(bookedFlight)
    946946            except Exception as e:
Note: See TracChangeset for help on using the changeset viewer.