You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Pre compute all possible progress bars at once then reuse via a tuple
- Remove math.floor reliance
- use format specifier to round instead of round()
pmsg=f"{progress}{human_bytes(current)} of {human_bytes(total)}\n**Speed:** {human_bytes(speed)}/s\n**ETA:** {estimated_total_timeifestimated_total_time!=''else'0 s'}\n\n\n**Powered by @NexaBotsUpdates**"
0 commit comments