Update downloader.py

This commit is contained in:
Imperadeiro98 2015-01-27 22:47:42 +00:00
parent 7a387edf69
commit 2ffb5b82c5

View file

@ -38,4 +38,3 @@ class Downloader:
else:
stringToDisplay = '\r File size unknown. Read {0} bytes.'.format(amount_of_data_downloaded_so_far)
print(stringToDisplay,end=' ')