日志记录逻辑

This commit is contained in:
2019-04-10 07:04:12 +08:00
committed by JerryYan
parent e066048e9f
commit e77fa5d6ad
6 changed files with 14 additions and 9 deletions

View File

@ -336,7 +336,7 @@ class Bilibili:
"order_id": 0,
"videos": self.videos}
)
Common.appendUploadStatus("[{}] Published | Result : {}".format(title, r.text))
Common.modifyLastUploadStatus("[{}] Published | Result : {}".format(title, r.text))
def reloadFromPrevious(self):
if os.path.exists("uploaded.json"):