Skip to content

Commit

Permalink
unhash status_information
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Wahl committed Sep 21, 2023
1 parent 0699195 commit 59ba860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nagstamon/Objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def get_hash(self):
"""
return hash for event history tracking
"""
return " ".join((self.server, self.site, self.host, self.name, self.status, self.status_information))
return " ".join((self.server, self.site, self.host, self.name, self.status))


class Result(object):
Expand Down

0 comments on commit 59ba860

Please sign in to comment.