diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-01-13 01:47:03 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-01-13 01:47:03 +0100 |
commit | 56db4681e9dfa77b1e616d600d19ba98c915fef9 (patch) | |
tree | 6c3743cfed857a6ec594475906f2503b568046a6 /module/plugins/hoster | |
parent | [MultiHook] Fix DOMAIN_REPLACEMENTS + retry feature (diff) | |
download | pyload-56db4681e9dfa77b1e616d600d19ba98c915fef9.tar.xz |
[FilerNet] Code cosmetics
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r-- | module/plugins/hoster/FilerNet.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/hoster/FilerNet.py b/module/plugins/hoster/FilerNet.py index 159aab964..a668a834b 100644 --- a/module/plugins/hoster/FilerNet.py +++ b/module/plugins/hoster/FilerNet.py @@ -62,8 +62,8 @@ class FilerNet(SimpleHoster): #@TODO: Check for v0.4.10 self.req.http.c.setopt(pycurl.FOLLOWLOCATION, 0) self.load(pyfile.url, post={'recaptcha_challenge_field': challenge, - 'recaptcha_response_field' : response, - 'hash' : inputs['hash']}) + 'recaptcha_response_field' : response, + 'hash' : inputs['hash']}) self.req.http.c.setopt(pycurl.FOLLOWLOCATION, 1) if 'location' in self.req.http.header.lower(): |