diff --git a/xmpp-notification.py b/xmpp-notification.py index 1acf29f..5aedb68 100755 --- a/xmpp-notification.py +++ b/xmpp-notification.py @@ -141,7 +141,7 @@ def start(self, event): else: # Host notification - title = f"Host {host} is {args.state}" + title = f"Host {host} is {state}" text = f"{title}:\nOutput: {output}\nTime/Date: {date}" #print(args)