AudioPlayer: disable playing progress

This commit is contained in:
Thomas Farstrike
2025-10-28 17:32:18 +01:00
parent 8b7bf238ad
commit 3bf9d898d0
@@ -131,8 +131,9 @@ class AudioPlayer:
total = 0
while total < data_size:
if total % 51 == 0:
print('.', end='')
# Progress:
#if total % 51 == 0:
# print('.', end='')
if not AudioPlayer._keep_running:
print("_keep_running = False, stopping...")
break