修改页面样式,修复网速的准确度

This commit is contained in:
2019-04-22 05:59:22 +08:00
committed by JerryYan
parent 17d2cc4ebd
commit 5c1f712900
6 changed files with 26 additions and 21 deletions

View File

@ -32,8 +32,7 @@ def download(url):
Common.modifyLastDownloadStatus("Download >{}< Exceed MaxSize".format(path))
break
except Exception as e:
Common.appendError("Download >{}< With Exception {}".format(path, datetime.strftime(datetime.now(), "%y%m%d %H%M"),
e.__str__()))
Common.appendError("Download >{}< With Exception {}".format(path, e.__str__()))
f.close()
isDownload = False
Common.modifyLastDownloadStatus("Download >{}< Finished".format(path))