mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-28 11:34:29 +00:00
py3 fix
This commit is contained in:
@@ -543,4 +543,4 @@ class RegistrationHandler(BaseHandler):
|
||||
try:
|
||||
yield self.auth.check_auth_blocking()
|
||||
except AuthError as e:
|
||||
raise RegistrationError(e.code, e.message, e.errcode)
|
||||
raise RegistrationError(e.code, str(e), e.errcode)
|
||||
|
||||
Reference in New Issue
Block a user