Commit b7d24b58 authored by Marco Mariani's avatar Marco Mariani

fix renamed function call

parent 5d5a0a86
...@@ -416,7 +416,7 @@ def slapgridResult(): ...@@ -416,7 +416,7 @@ def slapgridResult():
@login_required() @login_required()
def stopSlapgrid(): def stopSlapgrid():
result = killRunningSlapgrid(app.config, request.form['type']) result = killRunningProcess(app.config, request.form['type'])
return jsonify(result=result) return jsonify(result=result)
@login_required() @login_required()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment