From 1b2591b0650a6a0be1ad41022f6019d17192f195 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 11 Dec 2014 01:04:07 +0100 Subject: Rename some Addon methods --- pyload/plugins/hook/XFileSharingPro.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyload/plugins/hook/XFileSharingPro.py') diff --git a/pyload/plugins/hook/XFileSharingPro.py b/pyload/plugins/hook/XFileSharingPro.py index 698da482f..28cc5f62d 100644 --- a/pyload/plugins/hook/XFileSharingPro.py +++ b/pyload/plugins/hook/XFileSharingPro.py @@ -44,7 +44,7 @@ class XFileSharingPro(Addon): # self.loadPattern() - def coreReady(self): + def activate(self): self.loadPattern() @@ -91,6 +91,6 @@ class XFileSharingPro(Addon): dict['re'] = re.compile(dict['pattern']) - def unload(self): + def deactivate(self): for type in ("hoster", "crypter"): self._unload(type, "XFileSharingPro") -- cgit v1.2.3