← back to Exo
dont run test sound effects on startR
89b95e44dbd6624cc1e7bb4af3cd3df14dbfa477 · 2024-11-26 14:55:33 +0400 · Alex Cheema
Files touched
M extra/dashboard/dashboard.py
Diff
commit 89b95e44dbd6624cc1e7bb4af3cd3df14dbfa477
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Tue Nov 26 14:55:33 2024 +0400
dont run test sound effects on startR
---
extra/dashboard/dashboard.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/extra/dashboard/dashboard.py b/extra/dashboard/dashboard.py
index 7dd184ef..c1a0ff72 100644
--- a/extra/dashboard/dashboard.py
+++ b/extra/dashboard/dashboard.py
@@ -124,9 +124,6 @@ class PackageSizeTracker:
'size_down': sounds_dir / "pokemon_evolve.mp3"
}
- # Test all sound effects on startup
- self.test_sound_effects()
-
def test_sound_effects(self):
"""Test all sound effects with a small delay between each"""
self.logger.info("Testing sound effects...")
← 3fbeeba7 use pygame for notification sounds
·
back to Exo
·
remove redundant imports 23b5e60b →