From b4e5d12fe49f03ea180e03c72b3e7c02555cdeda Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Tue, 14 Sep 2021 10:29:48 +0700 Subject: [PATCH] check #2 auto detection for missing object --- helpers/utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helpers/utils.py b/helpers/utils.py index 8e17202..1c104d1 100644 --- a/helpers/utils.py +++ b/helpers/utils.py @@ -3,10 +3,12 @@ import asyncio from youtube_dl import YoutubeDL from youtube_dl.utils import ExtractorError +from pytgcalls.pytgcalls import PyTgCalls SIGINT: int = 2 FFMPEG_PROCESS = {} call_py = PyTgCalls(app) +app = Client(Veez.SESSION_NAME, Veez.API_ID, Veez.API_HASH) ############### # Basic Utils #