We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a201d6d commit 92b6c12Copy full SHA for 92b6c12
modules/alert_bot.py
@@ -218,6 +218,7 @@ def disable_alert(self, args):
218
color_print("disable_alert - {green}OK{endc}")
219
220
def print_alerts(self, args):
221
+ init_alerts()
222
table = [['Name', 'Enabled', 'Last sent']]
223
for alert_name in ALERTS:
224
alert = self.get_alert_from_db(alert_name)
0 commit comments