fixes
This commit is contained in:
parent
16828c7991
commit
8f86780b89
@ -18,7 +18,7 @@ def raw_converter(dl, song, video):
|
||||
)
|
||||
|
||||
async def leave_call(chat_id: int):
|
||||
process = FFMPEG_PROCESSES.get(chat_id)
|
||||
process = FFMPEG_PROCESS.get(chat_id)
|
||||
if process:
|
||||
try:
|
||||
process.send_signal(SIGINT)
|
||||
|
Loading…
Reference in New Issue
Block a user