From ae0a6546752e95735cb8d4086127540619f44419 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 2 Aug 2010 12:26:11 +0200 Subject: reconnect fix --- module/plugins/Plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/Plugin.py') diff --git a/module/plugins/Plugin.py b/module/plugins/Plugin.py index de29dfc4e..19b5983a6 100644 --- a/module/plugins/Plugin.py +++ b/module/plugins/Plugin.py @@ -78,7 +78,7 @@ class Plugin(object): self.premium = False self.ocr = None # captcha reader instance - self.account = pyfile.m.core.accountManager.getAccount(self.__name__) # account handler instance + self.account = pyfile.m.core.accountManager.getAccountPlugin(self.__name__) # account handler instance self.req = pyfile.m.core.requestFactory.getRequest(self.__name__, self.account) self.log = logging.getLogger("log") -- cgit v1.2.3