Преглед на файлове

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