mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-30 15:59:16 +02:00
kill
This commit is contained in:
+2
-1
@@ -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()
|
||||||
Reference in New Issue
Block a user