Fix: Actions when upload finished will not work fixed

This commit is contained in:
2019-02-02 19:21:26 +08:00
parent 530522f51c
commit 0219d5d1aa
2 changed files with 4 additions and 1 deletions

View File

@ -323,6 +323,8 @@ class Bilibili:
"videos": self.videos}
)
print(r.text)
def clear(self):
self.files.clear()
self.videos.clear()