mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-07 00:52:41 -04:00
Oops, I removed this param.
This commit is contained in:
parent
dc60eee50e
commit
20326054da
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue