This commit is contained in:
yasirarism 2023-06-06 15:39:29 +00:00 committed by GitHub
parent 5a40b7ea3d
commit a4102edacb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ async def genss(self: Client, ctx: Message, strings):
try:
current_message = "Trying to download...\n"
current_message += f"URL: <code>{url}</code>\n"
current_message += f"File Name: <code>{custom_file_name}</code>\n"
current_message += f"File Name: <code>{file_name}</code>\n"
current_message += f"Speed: {speed}\n"
current_message += f"{progress_str}\n"
current_message += f"{downloaded} of {humanbytes(total_length)}\n"