This commit is contained in:
levina 2021-09-14 12:04:53 +07:00 committed by GitHub
parent 16828c7991
commit 8f86780b89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)