1.删掉多余的库引入。

This commit is contained in:
facat 2019-06-22 15:21:18 +08:00
parent d84e53bf83
commit 0029f3836d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/python #!/usr/bin/python
from download_speed import downloader, config from download_speed import downloader
if __name__ == "__main__": if __name__ == "__main__":
downloader.download_file() downloader.download_file()