diff options
author | Walter Purcaro <vuolter@gmail.com> | 2013-11-16 14:44:47 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2013-11-16 14:44:47 +0100 |
commit | c99727fb0756f9587cddc6bdc1d5ed9e8ea9c108 (patch) | |
tree | b4e37ff937dda1f5b888f81d9da5e973a2e0c2e2 /module/plugins/hoster/FreakshareCom.py | |
parent | added version to abstract extractor (diff) | |
download | pyload-c99727fb0756f9587cddc6bdc1d5ed9e8ea9c108.tar.xz |
Removed unnecessary assignments for self.html and self.wantReconnect
Diffstat (limited to 'module/plugins/hoster/FreakshareCom.py')
-rw-r--r-- | module/plugins/hoster/FreakshareCom.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/plugins/hoster/FreakshareCom.py b/module/plugins/hoster/FreakshareCom.py index cb84a468a..d69a95343 100644 --- a/module/plugins/hoster/FreakshareCom.py +++ b/module/plugins/hoster/FreakshareCom.py @@ -16,8 +16,6 @@ class FreakshareCom(Hoster): __author_mail__ = ("sitacuisses@yahoo.de", "spoob@pyload.org", "mkaay@mkaay.de", "toilal.dev@gmail.com") def setup(self): - self.html = None - self.wantReconnect = False self.multiDL = False self.req_opts = [] |