diff --git a/client/beautifier.py b/client/beautifier.py index 24c74095..c2443e8d 100644 --- a/client/beautifier.py +++ b/client/beautifier.py @@ -76,6 +76,9 @@ class Beautifier: msg = msg + "DEBUG" else: msg = msg + `response` + elif self.inputCmd == ["stop"]: + if response == None: + msg = "Shutdown successful" return msg def beautifyError(self, response):