diff options
Diffstat (limited to 'arthur')
| -rw-r--r-- | arthur/constants.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/constants.py b/arthur/constants.py index 197a1b2..cb43bb1 100644 --- a/arthur/constants.py +++ b/arthur/constants.py @@ -11,6 +11,6 @@ LDAP_ROLE_MAPPING = {      "administrators": 267628507062992896,      "moderators": 267629731250176001,      "coredevs": 587606783669829632, -    "events": 778361735739998228, +    "events": 787816728474288181,      "directors": 267627879762755584,  }  |