From b0c625bf5c28a599e356ac213f09f4f603f4a520 Mon Sep 17 00:00:00 2001 From: facat Date: Sun, 16 Jun 2019 16:42:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=9F=BA=E6=9C=AC=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..a49553c --- /dev/null +++ b/main.py @@ -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.")