Merge "[DCAEGEN2] Update son-handler CSIT with CPS"
[integration/csit.git] / scripts / dcaegen2-services-son-handler / sonhandler / configdb-oof-sim.py
index 7a51c95..b987716 100644 (file)
@@ -8,7 +8,6 @@ import time
 app = flask.Flask(__name__)
 app.config["DEBUG"] = True
 
-
 def get_neighbour_cell_list_for_cell_id():
     with open('cell_list.json') as cell_list:
         data = json.load(cell_list)
@@ -96,3 +95,4 @@ def oof_optimizatio_result():
 
 
 app.run(host='0.0.0.0')
+app.run(debug=True)