Этот коммит содержится в:
Sven Czarnian
2021-12-26 10:41:37 +01:00
родитель fdf38b46dd
Коммит 716c1090f3

Просмотреть файл

@@ -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: