Add Dynamic feature
This commit is contained in:
parent
1ba765ef26
commit
070a9c1841
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user