Explorar o código

add a comment

Sven Czarnian %!s(int64=2) %!d(string=hai) anos
pai
achega
716c1090f3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: