From f46e1ba134f716cfb9edbd2eec2944670252d5a9 Mon Sep 17 00:00:00 2001 From: Illia Chub Date: Wed, 27 Oct 2021 12:51:34 +0300 Subject: [PATCH] Update 'main.py' --- main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.py b/main.py index 9d33aca..352bfb9 100755 --- a/main.py +++ b/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"])