Skip to content

Commit

Permalink
Another json interpretation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deajan committed Nov 11, 2024
1 parent bbdae9f commit adf8771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grommunio_exporter/grommunio_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def update_mailbox_properties_gauges(self, mailbox_properties: dict):
for key, value in entry.items():
# We must have exmdb key before others
if key == "exmdb":
username = mailbox_prop["exmdb"]
username = value
domain = self._get_domain_from_username(username)
labels = (self.hostname, domain, username)
if key == "messagesizeextended":
Expand Down

0 comments on commit adf8771

Please sign in to comment.