diff options
author | Gutz-Pilz <hannes.mueller87@gmail.com> | 2015-10-19 16:17:01 +0200 |
---|---|---|
committer | Gutz-Pilz <hannes.mueller87@gmail.com> | 2015-10-19 16:17:01 +0200 |
commit | 5a50db3c4344d0c87cfc91c58268367504c6f24c (patch) | |
tree | cd02fdf25596fd8a916bb06074c748aae4b92d84 | |
parent | Spare fixes (diff) | |
download | pyload-5a50db3c4344d0c87cfc91c58268367504c6f24c.tar.xz |
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) |