From 0564a173a3b24a7d512f864e80534af4eab2aaa4 Mon Sep 17 00:00:00 2001 From: jesopo Date: Tue, 29 Jan 2019 07:35:48 +0000 Subject: [PATCH] Typo, 'acess' -> 'access' (channel_access.py) --- modules/channel_access.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/channel_access.py b/modules/channel_access.py index ce00da0c..ee54b50d 100644 --- a/modules/channel_access.py +++ b/modules/channel_access.py @@ -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: