mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 15:29:14 +02:00
while
This commit is contained in:
+1
-1
@@ -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