small fix

This commit is contained in:
2024-02-25 12:12:18 +01:00
parent c25137e1f9
commit 79f76e64ac

View File

@@ -36,7 +36,7 @@ class outputAlerts:
#"duration": self.DURATION #"duration": self.DURATION
} }
self.alert_index += 1 self.alert_index += 1
print(f"OutputMsg {self.alert_index+1}: {alert.message}") print(f"OutputMsg {self.alert_index}: {alert.message}")
self._send_message(message) self._send_message(message)
def _display_all_ok(self): def _display_all_ok(self):