Skip to content

Commit 09e1e81

Browse files
committed
rm 'Next alert...' from alerting message
1 parent 8375ed0 commit 09e1e81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/alert_bot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ def send_alert(self, alert_name: str, *args, **kwargs):
110110
Hostname: <code>{self.hostname}</code>
111111
Time: <code>{time_}</code> (<code>{int(time.time())}</code>)
112112
Severity: <code>{alert.severity}</code>
113-
Next alert of this type not earlier than: <code>{max(alert.timeout, 1000)} sec</code>
114113
115114
Alert text:
116115
<blockquote> {alert.text.format(*args, **kwargs)} </blockquote>

0 commit comments

Comments
 (0)