忘记了

This commit is contained in:
Jerry Yan 2020-04-09 23:53:07 +08:00
parent 9d7939061c
commit c31e3a8106

View File

@ -33,6 +33,7 @@ def download():
"Downloading >{}< @ {:.2f}%".format(path, 100.0 * _size / Common.config["p_s"]))
if _size > Common.config["p_s"]:
Common.modifyLastDownloadStatus("Download >{}< Exceed MaxSize".format(path))
break
Common.modifyLastDownloadStatus("Download >{}< Finished".format(path))
except Exception as e:
Common.appendError("Download >{}< With Exception {}".format(path, e.__str__()))