From a13db25d6ee7757ef178ff4b8d9cae1c45a2709b Mon Sep 17 00:00:00 2001 From: Stefano Date: Thu, 21 Nov 2013 09:38:23 -0800 Subject: Merge pull request #386 from vuolter/s/setup_clean Removed unnecessary assignments for self.html and self.wantReconnect(cherry picked from commit bea7fe466f5cd1f1aa6ddc72bc0fb5651610a121) --- pyload/plugins/hoster/HotfileCom.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pyload/plugins/hoster/HotfileCom.py') diff --git a/pyload/plugins/hoster/HotfileCom.py b/pyload/plugins/hoster/HotfileCom.py index 255acad33..f3f61a733 100644 --- a/pyload/plugins/hoster/HotfileCom.py +++ b/pyload/plugins/hoster/HotfileCom.py @@ -45,7 +45,6 @@ class HotfileCom(Hoster): def setup(self): self.html = [None, None] - self.wantReconnect = False self.htmlwithlink = None self.url = None -- cgit v1.2.3