From 656823611c532d80e663961b32575fd609f13aee Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 15 Jan 2024 14:13:15 +0000 Subject: [PATCH] fix(aurora): updated config to have addrole_roles instead of blacklist_roles --- aurora/utilities/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aurora/utilities/config.py b/aurora/utilities/config.py index a98b0b8..88090b7 100644 --- a/aurora/utilities/config.py +++ b/aurora/utilities/config.py @@ -16,7 +16,7 @@ def register_config(config_obj: Config): history_pagesize = 5, history_inline_pagesize = 6, auto_evidenceformat = False, - blacklist_roles = [] + addrole_roles = [] ) config_obj.register_user( history_ephemeral = None,