diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-10-20 01:22:01 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-10-20 01:22:01 +0200 |
commit | cb92ed0c2aee6141af4575bd93b57f10cd18afc8 (patch) | |
tree | f6b347b28dcf8fb762889f6f19fbae980c03a4b5 | |
parent | Merge pull request #2062 from Gutz-Pilz/patch-6 (diff) | |
parent | Update ExternalScripts.py (diff) | |
download | pyload-cb92ed0c2aee6141af4575bd93b57f10cd18afc8.tar.xz |
Merge pull request #2070 from Gutz-Pilz/patch-8
Update ExternalScripts.py
-rw-r--r-- | module/plugins/hooks/ExternalScripts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/ExternalScripts.py b/module/plugins/hooks/ExternalScripts.py index 6a11f8c6a..9fd22e0af 100644 --- a/module/plugins/hooks/ExternalScripts.py +++ b/module/plugins/hooks/ExternalScripts.py @@ -176,7 +176,7 @@ class ExternalScripts(Addon): else: dl_folder = self.pyload.config.get("general", "download_folder") - args = [pack.id, pack.name, dl_folder, pack.password] + args = [pypack.id, pack.name, dl_folder, pack.password] self._call("package_deleted", args) |