提交 9982b230 编写于 作者: Z Zeyu Chen

update log

上级 61369291
...@@ -84,7 +84,7 @@ class Downloader(object): ...@@ -84,7 +84,7 @@ class Downloader(object):
total_length = int(total_length) total_length = int(total_length)
starttime = time.time() starttime = time.time()
if print_progress: if print_progress:
print("Download %s" % save_name) print("Downloading %s" % save_name)
for data in r.iter_content(chunk_size=4096): for data in r.iter_content(chunk_size=4096):
dl += len(data) dl += len(data)
f.write(data) f.write(data)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册