auto detection for missing object
This commit is contained in:
levina 2021-09-14 10:29:48 +07:00 committed by GitHub
parent c5f9a1130f
commit b4e5d12fe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,12 @@
import asyncio import asyncio
from youtube_dl import YoutubeDL from youtube_dl import YoutubeDL
from youtube_dl.utils import ExtractorError from youtube_dl.utils import ExtractorError
from pytgcalls.pytgcalls import PyTgCalls
SIGINT: int = 2 SIGINT: int = 2
FFMPEG_PROCESS = {} FFMPEG_PROCESS = {}
call_py = PyTgCalls(app) call_py = PyTgCalls(app)
app = Client(Veez.SESSION_NAME, Veez.API_ID, Veez.API_HASH)
############### ###############
# Basic Utils # # Basic Utils #