add a comment
Этот коммит содержится в:
@@ -105,6 +105,7 @@ def configuration(icao):
|
||||
if None == airport:
|
||||
return Response('{}', status=404, mimetype='application/json')
|
||||
|
||||
# get the current runway configuration
|
||||
config = airport.SequencingConfiguration
|
||||
dependencies = []
|
||||
for dependency in config.RunwayDependencies:
|
||||
|
||||
Ссылка в новой задаче
Block a user