From bb94fb1ab32732a354f7df68bf0a056d233b2b69 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Tue, 25 Feb 2025 14:58:30 +0100 Subject: Refactor key point implementation and tests --- solo-tool-project/src/solo_tool/notifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solo-tool-project/src/solo_tool/notifier.py') 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() -- cgit v1.2.3