add a comment
This commit is contained in:
@@ -105,6 +105,7 @@ def configuration(icao):
|
|||||||
if None == airport:
|
if None == airport:
|
||||||
return Response('{}', status=404, mimetype='application/json')
|
return Response('{}', status=404, mimetype='application/json')
|
||||||
|
|
||||||
|
# get the current runway configuration
|
||||||
config = airport.SequencingConfiguration
|
config = airport.SequencingConfiguration
|
||||||
dependencies = []
|
dependencies = []
|
||||||
for dependency in config.RunwayDependencies:
|
for dependency in config.RunwayDependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user