diff options
author | Stefano <l.stickell@yahoo.it> | 2013-11-21 18:38:23 +0100 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2013-11-21 18:38:23 +0100 |
commit | bea7fe466f5cd1f1aa6ddc72bc0fb5651610a121 (patch) | |
tree | c3ac5972b2df2a47ded36b203516ef8a26a08d2f /module/plugins/hoster/VeehdCom.py | |
parent | Merged #407 (diff) | |
parent | Removed unnecessary assignments for self.html and self.wantReconnect (diff) | |
download | pyload-bea7fe466f5cd1f1aa6ddc72bc0fb5651610a121.tar.xz |
Merge pull request #386 from vuolter/s/setup_clean
Removed unnecessary assignments for self.html and self.wantReconnect
Diffstat (limited to 'module/plugins/hoster/VeehdCom.py')
-rw-r--r-- | module/plugins/hoster/VeehdCom.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/plugins/hoster/VeehdCom.py b/module/plugins/hoster/VeehdCom.py index 88bcb20ad..3648ef4ec 100644 --- a/module/plugins/hoster/VeehdCom.py +++ b/module/plugins/hoster/VeehdCom.py @@ -21,7 +21,6 @@ class VeehdCom(Hoster): self.logDebug('[%s] %s' % (self.__name__, msg)) def setup(self): - self.html = None self.multiDL = True self.req.canContinue = True |