소스 검색

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')