Oops, I removed this param.
This commit is contained in:
parent
dc60eee50e
commit
20326054da
|
@ -217,8 +217,6 @@ class RegistrationHandler(BaseHandler):
|
||||||
data = yield client.post_urlencoded_get_raw(
|
data = yield client.post_urlencoded_get_raw(
|
||||||
"www.google.com:80",
|
"www.google.com:80",
|
||||||
"/recaptcha/api/verify",
|
"/recaptcha/api/verify",
|
||||||
# twisted dislikes google's response, no content length.
|
|
||||||
accept_partial=True,
|
|
||||||
args={
|
args={
|
||||||
'privatekey': private_key,
|
'privatekey': private_key,
|
||||||
'remoteip': ip_addr,
|
'remoteip': ip_addr,
|
||||||
|
|
Loading…
Reference in New Issue