mirror of
https://github.com/httpie/cli.git
synced 2024-11-07 16:34:35 +01:00
Progress bar update
This commit is contained in:
parent
36bc64e02f
commit
21613faa5a
@ -164,7 +164,7 @@ class Download(object):
|
||||
class Progress(object):
|
||||
|
||||
CLEAR_LINE = '\r\033[K'
|
||||
PROGRESS = '{percentage:0.2f} % ({downloaded}) of {total} ({speed}/s)'
|
||||
PROGRESS = '{percentage:0.2f}% ({downloaded}) of {total} ({speed}/s)'
|
||||
PROGRESS_NO_CONTENT_LENGTH = '{downloaded} ({speed}/s)'
|
||||
SUMMARY = '{downloaded} of {total} in {time:0.5f}s ({speed}/s)\n'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user