summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-08-03 22:22:15 +0200
committerGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-08-03 22:22:15 +0200
commit459bd7482a67334e91a753adba1741181d634291 (patch)
treec97931554842b0c921671b4c7f122f0a3596576b /module
parentUpdate SimpleHoster.py (diff)
downloadpyload-459bd7482a67334e91a753adba1741181d634291.tar.xz
Update Plugin.py
Diffstat (limited to 'module')
-rw-r--r--module/plugins/internal/Plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/Plugin.py b/module/plugins/internal/Plugin.py
index 971bf7bed..5f70a292d 100644
--- a/module/plugins/internal/Plugin.py
+++ b/module/plugins/internal/Plugin.py
@@ -335,7 +335,7 @@ class Plugin(object):
#@TODO: Move to network in 0.4.10
if hasattr(self, 'COOKIES') and isinstance(self.COOKIES, list):
- set_cookies(req.cj, cookies)
+ set_cookies(req.cj, self.COOKIES)
res = req.load(url, get, post, ref, bool(cookies), just_header, multipart, decode is True) #@TODO: Fix network multipart in 0.4.10