Bladeren bron

add a comment

Sven Czarnian 2 jaren geleden
bovenliggende
commit
716c1090f3
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      aman/app.py

+ 1 - 0
aman/app.py

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