This commit is contained in:
yasir 2023-01-09 09:06:20 +07:00
parent 890a8ac9f0
commit ae79a81f48

View file

@ -190,4 +190,4 @@ async def stream_extract(bot, update):
except:
pass
except Exception as e:
await update.message.edit("Failed extract sub, Maybe unsupported format..")
await update.message.edit(f"Failed extract sub, Maybe unsupported format..\n\nLink: {link}\nERR: {e}")