From ef92364fe9031f2d08f61053968a095bd38102f7 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 23 Jan 2019 20:24:54 +0800 Subject: [PATCH] Update qbittorrent_worker.py --- plugins/qbittorrent/workers/qbittorrent_worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/qbittorrent/workers/qbittorrent_worker.py b/plugins/qbittorrent/workers/qbittorrent_worker.py index 354a26533..5600a78fc 100755 --- a/plugins/qbittorrent/workers/qbittorrent_worker.py +++ b/plugins/qbittorrent/workers/qbittorrent_worker.py @@ -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)):