small fix
This commit is contained in:
@@ -36,7 +36,7 @@ class outputAlerts:
|
||||
#"duration": self.DURATION
|
||||
}
|
||||
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)
|
||||
|
||||
def _display_all_ok(self):
|
||||
|
||||
Reference in New Issue
Block a user