mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:16:09 -04:00
coding style
This commit is contained in:
parent
7d05406a07
commit
df2235e7fa
7 changed files with 12 additions and 9 deletions
|
@ -903,9 +903,10 @@ class AuthHandler(BaseHandler):
|
|||
current_mau = self.store.count_monthly_users()
|
||||
if current_mau >= self.hs.config.max_mau_value:
|
||||
raise AuthError(
|
||||
403, "MAU Limit Exceeded", errcode=Codes.MAU_LIMIT_EXCEEDED
|
||||
403, "MAU Limit Exceeded", errcode=Codes.MAU_LIMIT_EXCEEDED
|
||||
)
|
||||
|
||||
|
||||
@attr.s
|
||||
class MacaroonGenerator(object):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue