diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-11-06 03:33:31 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-11-06 03:33:31 +0100 |
commit | 77269c8c78fcf7bd7a8ddbdbfc972043263fea46 (patch) | |
tree | 46a35993467173be4153d4e1f3404bab1e90ec05 /module/plugins/hoster | |
parent | [Plugin] Don't use reconnection if account was logged (diff) | |
download | pyload-77269c8c78fcf7bd7a8ddbdbfc972043263fea46.tar.xz |
Code cosmetics
Diffstat (limited to 'module/plugins/hoster')
-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 9d5efbf7d..1a811b007 100644 --- a/module/plugins/hoster/FreakshareCom.py +++ b/module/plugins/hoster/FreakshareCom.py @@ -67,8 +67,6 @@ class FreakshareCom(Hoster): def prepare(self): pyfile = self.pyfile - self.wantReconnect = False - self.download_html() if not self.file_exists(): |