From 01da7eb561776ee706c1fd74e49a1b1664951d76 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 18 Oct 2010 10:52:11 +0200 Subject: closed #157, account request cleanup --- module/plugins/Plugin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/plugins/Plugin.py') diff --git a/module/plugins/Plugin.py b/module/plugins/Plugin.py index 0df3519fc..267ce57d5 100644 --- a/module/plugins/Plugin.py +++ b/module/plugins/Plugin.py @@ -109,7 +109,7 @@ class Plugin(object): self.lastDownload = "" # location where the last call to download was saved self.js = self.core.js # js engine - self.setup() + #self.setup() def __call__(self): return self.__name__ @@ -126,6 +126,7 @@ class Plugin(object): def preprocessing(self, thread): """ handles important things to do before starting """ + self.setup() self.thread = thread if self.account: -- cgit v1.2.3