From 030be768d3f28f3815d5b202334ddc9c63e3b824 Mon Sep 17 00:00:00 2001 From: Sora Date: Sat, 11 Nov 2023 23:47:35 +0100 Subject: [PATCH] It blends! --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 3fcca39..e5f75eb 100644 --- a/main.py +++ b/main.py @@ -156,7 +156,7 @@ def backup_service(servicename: str, servicesdict: dict, composefilepath: str) - ''' if servicesdict[servicename]["backupdone"]: - print("backup is already done, ignoring") + print(f"backup is already done for {servicename}, ignoring") return True dockerclient = docker.from_env()