From 1fcc81a6a0dbabe11f05b48fc115a4a49b05209a Mon Sep 17 00:00:00 2001 From: estaban Date: Mon, 3 Aug 2015 20:52:47 +0200 Subject: Update Plugin.py call set_cookies with the list of cookies, not the boolean --- module/plugins/internal/Plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/internal/Plugin.py') diff --git a/module/plugins/internal/Plugin.py b/module/plugins/internal/Plugin.py index 2e65dae29..6b07d4557 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 -- cgit v1.2.3