From 67bc3377cb711224a9aece3b0ebf3525fdeefc0b Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Thu, 27 Jun 2024 20:41:56 +0100 Subject: [PATCH] Fix logging error --- app/musicmuster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/musicmuster.py b/app/musicmuster.py index f66bc82..e3193ab 100755 --- a/app/musicmuster.py +++ b/app/musicmuster.py @@ -984,7 +984,7 @@ class Window(QMainWindow, Ui_MainWindow): # seconds of playback. Re-enable in update_clocks. self.timer10.stop() - log.debug("10ms timer disabled", 0) + log.debug("10ms timer disabled") # If there's currently a track playing, fade it. if track_sequence.current: