mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-21 05:49:47 +00:00
Update 'main.py'
This commit is contained in:
parent
37bb014994
commit
f46e1ba134
1 changed files with 1 additions and 3 deletions
4
main.py
4
main.py
|
@ -502,9 +502,7 @@ def CreateSingleBackup():
|
|||
|
||||
commandOutput=backupProcessDescriptor.communicate()[0]
|
||||
|
||||
return jsonify(
|
||||
commandOutput
|
||||
)
|
||||
return commandOutput
|
||||
|
||||
@app.route("/services/ssh/key/send", methods=["PUT"])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue