diff --git a/app/music.py b/app/music.py index 59690e1..57da1b1 100644 --- a/app/music.py +++ b/app/music.py @@ -81,7 +81,7 @@ class Music: sleep(sleep_time) with lock: - DEBUG(f"music._facde(), stopping {p=}", True) + DEBUG(f"music._fade(), stopping {p=}", True) p.stop() DEBUG(f"Releasing player {p=}", True)