0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00
This commit is contained in:
2025-12-06 18:09:46 +01:00
parent 346c5db046
commit 8fbfa3d1ce

View File

@@ -40,7 +40,8 @@ class Module(PlayerModule):
def shutdown(self): def shutdown(self):
global p global p
p.terminate() p.terminate()
p.join() p.join(1)
p.kill()
module = Module() module = Module()
p.start() p.start()