Update qbittorrent_worker.py
This commit is contained in:
parent
7bddfa887b
commit
ef92364fe9
|
|
@ -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)):
|
||||
|
|
|
|||
Loading…
Reference in New Issue