diff options
author | Stefano <l.stickell@yahoo.it> | 2013-11-21 18:38:23 +0100 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-11-30 14:10:40 +0100 |
commit | a13db25d6ee7757ef178ff4b8d9cae1c45a2709b (patch) | |
tree | c0ce0d630b6585091e489be1f6145518ce5fc97a /pyload/plugins/hoster/HotfileCom.py | |
parent | Merge pull request #415 from vuolter/s/hoster/NowDownloadEu (diff) | |
download | pyload-a13db25d6ee7757ef178ff4b8d9cae1c45a2709b.tar.xz |
Merge pull request #386 from vuolter/s/setup_clean
Removed unnecessary assignments for self.html and self.wantReconnect(cherry picked from commit bea7fe466f5cd1f1aa6ddc72bc0fb5651610a121)
Diffstat (limited to 'pyload/plugins/hoster/HotfileCom.py')
-rw-r--r-- | pyload/plugins/hoster/HotfileCom.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |