From f04248df858481e45352e6b4d435e5d5bfa28297 Mon Sep 17 00:00:00 2001 From: facat Date: Mon, 17 Jun 2019 12:34:36 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=BF=90=E8=A1=8C=E7=9A=84=E6=97=B6=E5=80=99?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=97=B6=E9=97=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index e5b2430..6bc54ca 100644 --- a/main.py +++ b/main.py @@ -1,10 +1,11 @@ #!/usr/bin/python - +import datetime import downloader if __name__ == "__main__": + print(datetime.datetime.now()) servers = [ {"url": "http://67.209.190.15/1000M.bin", "name": "bwg"}, {"url": "http://185.255.130.87:10010/1000M.bin", "name": "hosteons"},