Ignore:
Timestamp:
04/24/24 18:31:17 (11 days ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

Gate dimensions are retrieved from the server and are used to restrict the set of gates available for a plane (re #386).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/web.py

    r1114 r1154  
    476476            result.password = password
    477477            result.fleet = client.getFleet()
     478            result.gates = client.getGates()
    478479            flights = client.getFlights()
    479480            result.flights = flights[0]
Note: See TracChangeset for help on using the changeset viewer.