From 180bcdbfcb86c87911452540a8b54a79b1b5be3d Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Tue, 14 Sep 2021 10:34:49 +0700 Subject: [PATCH] check #3 auto detection for missing object --- helpers/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/utils.py b/helpers/utils.py index 1c104d1..0326d6b 100644 --- a/helpers/utils.py +++ b/helpers/utils.py @@ -1,6 +1,7 @@ # Copyright (C) 2021 By VeezMusicProject import asyncio +from pyrogram import Client from youtube_dl import YoutubeDL from youtube_dl.utils import ExtractorError from pytgcalls.pytgcalls import PyTgCalls