Fix typo error
This commit is contained in:
parent
2750c9d25b
commit
5f949ccf34
@ -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,
|
||||||
|
Reference in New Issue
Block a user