mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-05 11:44:50 +00:00
Typo
This commit is contained in:
parent
bfba69cb22
commit
21e72da94b
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ async def convertsrt(c, m):
|
||||||
f"{filename}.srt",
|
f"{filename}.srt",
|
||||||
caption=f"<code>{filename}.srt</code>\n\nConverted by @{c.me.username}",
|
caption=f"<code>{filename}.srt</code>\n\nConverted by @{c.me.username}",
|
||||||
progress=progress_for_pyrogram,
|
progress=progress_for_pyrogram,
|
||||||
progress_args=("Uploading files..", update.message, c_time),
|
progress_args=("Uploading files..", msg, c_time),
|
||||||
)
|
)
|
||||||
await msg.delete()
|
await msg.delete()
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue