You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
while
This commit is contained in:
@@ -225,7 +225,7 @@ class Module(PlayerModule):
|
||||
self.ws_process.terminate()
|
||||
self.ws_process.join(timeout=2)
|
||||
|
||||
if self.ws_process.is_alive():
|
||||
while self.ws_process.is_alive():
|
||||
try: self.ws_process.kill()
|
||||
except Exception: pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user