Update ytdl_download_new.py

This commit is contained in:
yasirarism 2023-02-19 16:11:42 +07:00 committed by GitHub
parent 850d06f1b2
commit e323e422cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,6 +156,7 @@ async def ytdl_gendl_callback(_, cq: CallbackQuery):
True,
3,
)
LOGGER.info(upload_key)
await ytdl.upload(app, upload_key, format_, cq, True)