From eb8aa1bd4eda644bc2b71041ba4ca9f1d148484d Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 5 Sep 2019 12:01:33 +0200 Subject: [PATCH] Fix log color --- wo/core/services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/core/services.py b/wo/core/services.py index 585b19c..70ac857 100644 --- a/wo/core/services.py +++ b/wo/core/services.py @@ -59,7 +59,7 @@ class WOService(): retcode = subprocess.getstatusoutput('service {0} stop' .format(service_name)) if retcode[0] == 0: - Log.info(self, "[" + Log.ENDC + Log.GREEN + "OK" + + Log.info(self, "[" + Log.ENDC + Log.OKGREEN + "OK" + Log.ENDC + Log.OKBLUE + "]") return True else: