Update qbittorrent_worker.py

This commit is contained in:
Mr Chen 2019-01-23 20:24:54 +08:00
parent 7bddfa887b
commit ef92364fe9
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ class downloadBT(Thread):
file_list.append(file_path)
return file_list
def file_video(self.path, has=['.mp4']):
def file_video(self, path, has=['.mp4']):
flist = self.file_arr(path)
video = []
for i in range(len(flist)):