This commit is contained in:
Keith Edmunds 2022-03-01 23:30:04 +00:00
parent e8211414f9
commit d62a044522

View File

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