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