aboutsummaryrefslogtreecommitdiffstats
path: root/solo-tool-project/src/solo_tool/notifier.py
diff options
context:
space:
mode:
Diffstat (limited to 'solo-tool-project/src/solo_tool/notifier.py')
-rw-r--r--solo-tool-project/src/solo_tool/notifier.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/solo-tool-project/src/solo_tool/notifier.py b/solo-tool-project/src/solo_tool/notifier.py
index ac1c736..5b3539c 100644
--- a/solo-tool-project/src/solo_tool/notifier.py
+++ b/solo-tool-project/src/solo_tool/notifier.py
@@ -5,7 +5,7 @@ class Notifier:
CURRENT_SONG_EVENT = 3
SONG_LIST_EVENT = 4
CURRENT_KEY_POINT_EVENT = 5
- KEY_POINTS_EVENT = 6
+ KEY_POINT_LIST_EVENT = 6
def __init__(self, player):
self._callbacks = dict()