diff options
| author | 2014-12-11 01:04:07 +0100 | |
|---|---|---|
| committer | 2014-12-11 01:04:07 +0100 | |
| commit | 1b2591b0650a6a0be1ad41022f6019d17192f195 (patch) | |
| tree | dbd2158b96141ef9354b5cd5edaead28978d65e7 /pyload/plugins/hook/RehostTo.py | |
| parent | Support new key attributes (diff) | |
| download | pyload-1b2591b0650a6a0be1ad41022f6019d17192f195.tar.xz | |
Rename some Addon methods
Diffstat (limited to 'pyload/plugins/hook/RehostTo.py')
| -rw-r--r-- | pyload/plugins/hook/RehostTo.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/plugins/hook/RehostTo.py b/pyload/plugins/hook/RehostTo.py index ce1dee59c..3da17ea8f 100644 --- a/pyload/plugins/hook/RehostTo.py +++ b/pyload/plugins/hook/RehostTo.py @@ -25,7 +25,7 @@ class RehostTo(MultiHoster): return [x.strip() for x in page.replace("\"", "").split(",")] - def coreReady(self): + def activate(self): self.account = self.core.accountManager.getAccountPlugin("RehostTo") user = self.account.selectAccount()[0] @@ -38,4 +38,4 @@ class RehostTo(MultiHoster): self.ses = data['ses'] self.long_ses = data['long_ses'] - return MultiHoster.coreReady(self) + return MultiHoster.activate(self) |
