Skip to content

Commit

Permalink
Format Host state correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
rincewind committed Feb 24, 2021
1 parent f238e9c commit c1ae352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmpp-notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c1ae352

Please sign in to comment.