mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-07 11:25:18 -04:00
py3 fix
This commit is contained in:
parent
d08296f9f2
commit
e40a510fbf
1 changed files with 1 additions and 1 deletions
|
@ -543,4 +543,4 @@ class RegistrationHandler(BaseHandler):
|
||||||
try:
|
try:
|
||||||
yield self.auth.check_auth_blocking()
|
yield self.auth.check_auth_blocking()
|
||||||
except AuthError as e:
|
except AuthError as e:
|
||||||
raise RegistrationError(e.code, e.message, e.errcode)
|
raise RegistrationError(e.code, str(e), e.errcode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue