fix errant parenthesis
parent
04df714259
commit
c1f9dec92a
|
@ -797,4 +797,4 @@ class Auth(object):
|
||||||
if current_mau >= self.hs.config.max_mau_value:
|
if current_mau >= self.hs.config.max_mau_value:
|
||||||
raise AuthError(
|
raise AuthError(
|
||||||
403, "MAU Limit Exceeded", errcode=Codes.MAU_LIMIT_EXCEEDED
|
403, "MAU Limit Exceeded", errcode=Codes.MAU_LIMIT_EXCEEDED
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue