This commit is contained in:
yasirarism 2023-01-08 21:11:49 +07:00 committed by GitHub
parent bfba69cb22
commit 21e72da94b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,7 +124,7 @@ async def convertsrt(c, m):
f"{filename}.srt",
caption=f"<code>{filename}.srt</code>\n\nConverted by @{c.me.username}",
progress=progress_for_pyrogram,
progress_args=("Uploading files..", update.message, c_time),
progress_args=("Uploading files..", msg, c_time),
)
await msg.delete()
try: