Fix logging error

This commit is contained in:
Keith Edmunds 2024-06-27 20:41:56 +01:00
parent 8618813197
commit 67bc3377cb

View File

@ -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: