mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 18:06:08 -05:00
[V3 Audio] fix zombie process on unload (#1575)
This commit is contained in:
@@ -92,4 +92,5 @@ def shutdown_lavalink_server():
|
||||
global proc
|
||||
if proc is not None:
|
||||
proc.terminate()
|
||||
proc.wait()
|
||||
proc = None
|
||||
|
||||
Reference in New Issue
Block a user