瀏覽代碼

extend the configuration with the runway assignments

Sven Czarnian 3 年之前
父節點
當前提交
09fdf42255
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app.py

+ 1 - 0
app.py

@@ -131,6 +131,7 @@ def configure():
         if False == config.addDependency(dependency[0], dependency[1]):
             return Response('{}', status=404, mimetype='application/json')
 
+    airport.Configuration.assignmentUpdate(config)
     airport.configure(config)
 
     return Response('{}', status=200, mimetype='application/json')