From cdec30061f66f8fea2df8629ef892f9a32d4d23c Mon Sep 17 00:00:00 2001 From: Antti Ajanki Date: Tue, 6 Aug 2013 10:35:35 +0300 Subject: typo --- src/webvicli/webvicli/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/webvicli/webvicli/client.py b/src/webvicli/webvicli/client.py index 7dfbccb..737125a 100644 --- a/src/webvicli/webvicli/client.py +++ b/src/webvicli/webvicli/client.py @@ -93,7 +93,7 @@ def dl_progress(count, blockSize, totalSize): if totalSize == -1: return percent = int(count*blockSize*100/totalSize) - sys.stdout.write("\r%d% %" % percent) + sys.stdout.write("\r%d %%" % percent) sys.stdout.flush() def next_available_file_name(basename, ext): -- cgit v1.2.3