From c1c9f185218f780efd4e8c4e3c9b6d10487523fa Mon Sep 17 00:00:00 2001 From: Illia Chub Date: Wed, 27 Oct 2021 12:45:03 +0300 Subject: [PATCH] Fixed identation --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index aec9fd4..524af87 100755 --- a/main.py +++ b/main.py @@ -494,7 +494,7 @@ def ListAllBackups(): def CreateSingleBackup(): - backupCommand = ''' + backupCommand = ''' restic -r b2:{}:/sfbackup --verbose backup /var --password-file /var/lib/restic/rpass '''.format(request.headers.get("X-Repository-Name"))