2
0
mirror of https://github.com/Nick80835/microbot synced 2025-08-30 05:58:23 +00:00
This commit is contained in:
Nick80835 2020-07-26 15:56:16 -04:00
parent c8f96e7f4d
commit ec0b403a33

View File

@ -214,7 +214,7 @@ async def youtube_cmd(event):
time_taken_seconds = int((end_time - start_time) / 1000000000)
speed = int(int(file_size / 1000000) / time_taken_seconds)
await wait_msg.edit(f"Download complete, took {time_taken_seconds} at ~{speed}MB/s")
await wait_msg.edit(f"Download complete, took {time_taken_seconds} seconds at ~{speed}MB/s")
file_handle = await upload_file(event.client, file_path)