From deb4cd6deacd168d4154221319d568705a61c7dd Mon Sep 17 00:00:00 2001 From: Cheese <33181649+adhesivecheese@users.noreply.github.com> Date: Fri, 3 Mar 2023 16:50:02 -0500 Subject: [PATCH] Update settings.py Fix for #8. Needs Testing before committing. --- pmtw/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmtw/settings.py b/pmtw/settings.py index 29714ec..8f5f3fa 100644 --- a/pmtw/settings.py +++ b/pmtw/settings.py @@ -296,7 +296,7 @@ def load(self): # append expected items to the json, in case the toolbox settings # don't have them, since things get added here without a bump to ver for item in ["domainTags", "removalReasons", "modMacros","banMacros"]: - if item not in page.keys(): page[item] = "" + if item not in page.keys(): page[item] = [] # Copy things over so we don't have to hit ToolboxSettings.settings # for every variable