From feb08b23a4992dab67161b2dd956bb92ef1f04ea Mon Sep 17 00:00:00 2001 From: bendiller Date: Sat, 12 Oct 2019 17:34:29 -0600 Subject: Fix Constants.AntiMalware.whitelist type --- bot/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/constants.py b/bot/constants.py index 81f316d57..aecd6be59 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -463,7 +463,7 @@ class AntiSpam(metaclass=YAMLGetter): class AntiMalware(metaclass=YAMLGetter): section = "anti_malware" - whitelist: tuple + whitelist: list class BigBrother(metaclass=YAMLGetter): -- cgit v1.2.3