Fix typo error

This commit is contained in:
JerryYan ECS 2019-03-29 08:06:30 +08:00
parent 2750c9d25b
commit 5f949ccf34

View File

@ -188,6 +188,7 @@ class Bilibili:
""" """
self.preUpload(parts) self.preUpload(parts)
self.finishUpload(title, tid, tag, desc, source, cover, no_reprint) self.finishUpload(title, tid, tag, desc, source, cover, no_reprint)
self.clean()
def preUpload(self, parts): def preUpload(self, parts):
""" """
@ -350,7 +351,7 @@ class Bilibili:
self.files.clear() self.files.clear()
self.videos.clear() self.videos.clear()
if(os.path.exists("uploaded.json")): if(os.path.exists("uploaded.json")):
os.remove("uploade.json") os.remove("uploaded.json")
def appendUpload(self, def appendUpload(self,
aid, aid,