Add Dynamic feature

This commit is contained in:
Le bang 2013-11-11 15:57:25 +07:00
parent 1ba765ef26
commit 070a9c1841

View File

@ -550,7 +550,6 @@ class FileDownloader(object):
sys.stdout.write(data_block) sys.stdout.write(data_block)
except ImportError: # Python 3 except ImportError: # Python 3
sys.stdout.buffer.write(data_block) sys.stdout.buffer.write(data_block)
after = time.time() after = time.time()
if len(data_block) == 0: if len(data_block) == 0:
break break