mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-26 05:51:29 +00:00
Update 'main.py'
This commit is contained in:
parent
37bb014994
commit
f46e1ba134
4
main.py
4
main.py
|
@ -502,9 +502,7 @@ def CreateSingleBackup():
|
||||||
|
|
||||||
commandOutput=backupProcessDescriptor.communicate()[0]
|
commandOutput=backupProcessDescriptor.communicate()[0]
|
||||||
|
|
||||||
return jsonify(
|
return commandOutput
|
||||||
commandOutput
|
|
||||||
)
|
|
||||||
|
|
||||||
@app.route("/services/ssh/key/send", methods=["PUT"])
|
@app.route("/services/ssh/key/send", methods=["PUT"])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue