Typo, 'acess' -> 'access' (channel_access.py)
This commit is contained in:
parent
66b2ffee68
commit
0564a173a3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class Module(ModuleManager.BaseModule):
|
|||
"access", [])
|
||||
identified_account = event["user"].get_identified_account()
|
||||
|
||||
if ((require_access in acess or "*" in access) and
|
||||
if ((require_access in access or "*" in access) and
|
||||
identified_account):
|
||||
return utils.consts.PERMISSION_FORCE_SUCCESS
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue