|
|
@ -77,6 +77,7 @@ def list(): |
|
|
|
|
|
|
|
|
|
|
|
@plugins.route("/install", methods=['POST']) |
|
|
|
@plugins.route("/install", methods=['POST']) |
|
|
|
def install(): |
|
|
|
def install(): |
|
|
|
|
|
|
|
|
|
|
|
name = request.form['name'] |
|
|
|
name = request.form['name'] |
|
|
|
if name.strip() == '': |
|
|
|
if name.strip() == '': |
|
|
|
return '' |
|
|
|
return '' |
|
|
|