From 6b768fd8002e04394fc7a538f4bd83d587e6532c Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Tue, 14 Sep 2021 10:37:45 +0700 Subject: [PATCH] check #4 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 0326d6b..d4debe2 100644 --- a/helpers/utils.py +++ b/helpers/utils.py @@ -1,6 +1,7 @@ # Copyright (C) 2021 By VeezMusicProject import asyncio +from config import Veez from pyrogram import Client from youtube_dl import YoutubeDL from youtube_dl.utils import ExtractorError