diff options
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/Plugin.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/plugins/Plugin.py b/module/plugins/Plugin.py index feb0257ef..10cb1d6a0 100644 --- a/module/plugins/Plugin.py +++ b/module/plugins/Plugin.py @@ -176,6 +176,5 @@ class Plugin(): file_path = join(location.decode(sys.getfilesystemencoding()), self.pyfile.status.filename.decode(sys.getfilesystemencoding())) else: file_path = join(download_folder, self.pyfile.status.filename.decode(sys.getfilesystemencoding())) - file_path = join(download_folder, self.pyfile.status.filename.decode(sys.getfilesystemencoding())) self.pyfile.status.filename = self.req.download(url, file_path, get, post, ref, cookies) |