Fix logging error
This commit is contained in:
parent
8618813197
commit
67bc3377cb
@ -984,7 +984,7 @@ class Window(QMainWindow, Ui_MainWindow):
|
|||||||
# seconds of playback. Re-enable in update_clocks.
|
# seconds of playback. Re-enable in update_clocks.
|
||||||
|
|
||||||
self.timer10.stop()
|
self.timer10.stop()
|
||||||
log.debug("10ms timer disabled", 0)
|
log.debug("10ms timer disabled")
|
||||||
|
|
||||||
# If there's currently a track playing, fade it.
|
# If there's currently a track playing, fade it.
|
||||||
if track_sequence.current:
|
if track_sequence.current:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user