0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-30 21:49:07 +02:00

Oops, I removed this param.

This commit is contained in:
David Baker 2014-11-20 15:24:38 +00:00
parent dc60eee50e
commit 20326054da

View file

@ -217,8 +217,6 @@ class RegistrationHandler(BaseHandler):
data = yield client.post_urlencoded_get_raw(
"www.google.com:80",
"/recaptcha/api/verify",
# twisted dislikes google's response, no content length.
accept_partial=True,
args={
'privatekey': private_key,
'remoteip': ip_addr,