From c1764e2fea0bb05164c83a876e8cd58b97f58f25 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 16 Jun 2015 17:31:38 +0200 Subject: Update all --- module/plugins/accounts/ZeveraCom.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'module/plugins/accounts/ZeveraCom.py') diff --git a/module/plugins/accounts/ZeveraCom.py b/module/plugins/accounts/ZeveraCom.py index 220a6600e..0ca7fba45 100644 --- a/module/plugins/accounts/ZeveraCom.py +++ b/module/plugins/accounts/ZeveraCom.py @@ -62,10 +62,9 @@ class ZeveraCom(Account): get_data.update(kwargs) - res = req.load(self.API_URL, + res = self.load(self.API_URL, get=get_data, - just_header=just_header, - decode=True) + just_header=just_header, req=req) self.logDebug(res) -- cgit v1.2.3