summaryrefslogtreecommitdiffstats
path: root/deluge/event.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/event.py')
-rw-r--r--deluge/event.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/deluge/event.py b/deluge/event.py
index 38fc32ff8..c51fca4de 100644
--- a/deluge/event.py
+++ b/deluge/event.py
@@ -13,6 +13,7 @@ This module describes the types of events that can be generated by the daemon
and subsequently emitted to the clients.
"""
+
known_events = {}