diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-12-29 22:42:57 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-12-29 22:42:57 +0100 |
commit | 050f570fbedb2477bdbcc3a3aa21a26efcef6a30 (patch) | |
tree | 5e3418e08859a6c8fc0922bb178db279421acd86 /module/plugins | |
parent | rename to stable branch (diff) | |
download | pyload-050f570fbedb2477bdbcc3a3aa21a26efcef6a30.tar.xz |
rehost fix
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/hooks/RehostTo.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hooks/RehostTo.py b/module/plugins/hooks/RehostTo.py index 34bcbf4c7..b16987f5c 100644 --- a/module/plugins/hooks/RehostTo.py +++ b/module/plugins/hooks/RehostTo.py @@ -5,7 +5,7 @@ from module.plugins.internal.MultiHoster import MultiHoster class RehostTo(MultiHoster): __name__ = "RehostTo" - __version__ = "0.4" + __version__ = "0.41" __type__ = "hook" __config__ = [("activated", "bool", "Activated", "False")] @@ -24,7 +24,7 @@ class RehostTo(MultiHoster): def coreReady(self): - self.account = self.core.accountManager.loadClass("accounts", "RehostTo") + self.account = self.core.accountManager.getAccountPlugin("RehostTo") user = self.account.selectAccount()[0] |