diff options
author | 2010-08-02 12:26:11 +0200 | |
---|---|---|
committer | 2010-08-02 12:26:11 +0200 | |
commit | ae0a6546752e95735cb8d4086127540619f44419 (patch) | |
tree | 1cc0ada2fb6ae8a54c25d392528c809d62f04641 /module/plugins/Plugin.py | |
parent | Rapidshare, Netload, Uploaded updated. (diff) | |
download | pyload-ae0a6546752e95735cb8d4086127540619f44419.tar.xz |
reconnect fix
Diffstat (limited to 'module/plugins/Plugin.py')
-rw-r--r-- | module/plugins/Plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") |