Correct comment
This commit is contained in:
parent
0cdfd7b2fe
commit
fe562ac60f
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class AlertManager():
|
|||
new_alerts.extend(provider_alerts)
|
||||
|
||||
# Here we replace new firing alerts with older ones, to keep any context.
|
||||
# (This doesn't do anything yet really, for future use.)
|
||||
# (This doesn't do much yet really, just remembering the start_time)
|
||||
for existing in self._alerts:
|
||||
found = False
|
||||
for new in new_alerts:
|
||||
|
|
Loading…
Reference in a new issue