From a80246534745d0ace3c2faf864b63ac084aa6da1 Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Mon, 21 Jun 2021 01:21:19 +0400
Subject: [PATCH] Removed unexpected parameter.

Signed-off-by: Pavel Kirilin <win10@list.ru>
---
 bot_s3rius/actions/video_converter.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bot_s3rius/actions/video_converter.py b/bot_s3rius/actions/video_converter.py
index 1ca5020..65b7e83 100644
--- a/bot_s3rius/actions/video_converter.py
+++ b/bot_s3rius/actions/video_converter.py
@@ -40,7 +40,6 @@ async def find_py_package(event: events.NewMessage.Event):
     await event.reply(
         f"Reduced {reduced_size}%.",
         file=converted_file,
-        supports_streaming=True,
     )
 
     video_path.unlink()
-- 
GitLab