From c99727fb0756f9587cddc6bdc1d5ed9e8ea9c108 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 16 Nov 2013 14:44:47 +0100 Subject: Removed unnecessary assignments for self.html and self.wantReconnect --- module/plugins/hoster/HotfileCom.py | 1 - 1 file changed, 1 deletion(-) (limited to 'module/plugins/hoster/HotfileCom.py') diff --git a/module/plugins/hoster/HotfileCom.py b/module/plugins/hoster/HotfileCom.py index 6053ec1b6..6c51ef03d 100644 --- a/module/plugins/hoster/HotfileCom.py +++ b/module/plugins/hoster/HotfileCom.py @@ -44,7 +44,6 @@ class HotfileCom(Hoster): def setup(self): self.html = [None, None] - self.wantReconnect = False self.htmlwithlink = None self.url = None -- cgit v1.2.3