浏览代码

add a comment

Sven Czarnian 2 年之前
父节点
当前提交
716c1090f3
共有 1 个文件被更改,包括 1 次插入0 次删除
  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: