From 34588ba93bd9a2dad164cca7e9702083d3d373ad Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 1 Nov 2014 18:39:07 +0100 Subject: [Plugin] Declare self.html as empty string, not as None type --- module/plugins/Plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/Plugin.py') diff --git a/module/plugins/Plugin.py b/module/plugins/Plugin.py index 241c2c12a..7db733dc2 100644 --- a/module/plugins/Plugin.py +++ b/module/plugins/Plugin.py @@ -209,7 +209,7 @@ class Plugin(Base): self.cTask = None #captcha task self.retries = 0 # amount of retries already made - self.html = None # some plugins store html code here + self.html = "" # some plugins store html code here self.init() -- cgit v1.2.3