Explorar o código

extend the configuration with the runway assignments

Sven Czarnian %!s(int64=3) %!d(string=hai) anos
pai
achega
09fdf42255
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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')