Skip to content
Snippets Groups Projects
Commit cf66532a authored by David Baker's avatar David Baker
Browse files

CaptchaServerHttpClient should extend the base, not matrix http client.

parent 217950b9
Branches
Tags
No related merge requests found
...@@ -361,7 +361,7 @@ class IdentityServerHttpClient(BaseHttpClient): ...@@ -361,7 +361,7 @@ class IdentityServerHttpClient(BaseHttpClient):
defer.returnValue(json.loads(body)) defer.returnValue(json.loads(body))
class CaptchaServerHttpClient(MatrixHttpClient): class CaptchaServerHttpClient(BaseHttpClient):
"""Separate HTTP client for talking to google's captcha servers""" """Separate HTTP client for talking to google's captcha servers"""
def _getEndpoint(self, reactor, destination): def _getEndpoint(self, reactor, destination):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment