Browse Source

add a comment

Sven Czarnian 2 years ago
parent
commit
716c1090f3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      aman/app.py

+ 1 - 0
aman/app.py

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