完成基本功能。

This commit is contained in:
facat 2019-06-16 16:42:29 +08:00
commit b0c625bf5c
1 changed files with 7 additions and 0 deletions

7
main.py Normal file
View File

@ -0,0 +1,7 @@
import downloader
if __name__ == "__main__":
chunk_read = downloader.download_file("http://67.209.190.15/1000M.bin")
print(chunk_read)
print("Finished.")