diff --git a/deluge/core/alertmanager.py b/deluge/core/alertmanager.py index 778bbd922..1c922b1b1 100644 --- a/deluge/core/alertmanager.py +++ b/deluge/core/alertmanager.py @@ -65,7 +65,8 @@ class AlertManager(component.Component): lt.alert.category_t.storage_notification | lt.alert.category_t.tracker_notification | lt.alert.category_t.status_notification | - lt.alert.category_t.ip_block_notification) + lt.alert.category_t.ip_block_notification| + lt.alert.category_t.performance_warning) # handlers is a dictionary of lists {"alert_type": [handler1,h2,..]} self.handlers = {}