From 89a3e958b2d4c05228fcbe4d12818c805d45af22 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 16 Jan 2024 13:00:00 +0000 Subject: [PATCH] fix(aurora): rename configuration value --- 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 88090b7..944efae 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, - addrole_roles = [] + addrole_whitelist = [] ) config_obj.register_user( history_ephemeral = None,