From a8da1245b7b35ed7930c143764c2598fecfcb85e Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 27 Apr 2012 23:44:04 -0400 Subject: [PATCH] Fix wiki password --- earwigbot/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earwigbot/config.py b/earwigbot/config.py index 0407a57..780b480 100644 --- a/earwigbot/config.py +++ b/earwigbot/config.py @@ -77,7 +77,7 @@ class BotConfig(object): self._metadata] self._decryptable_nodes = [ # Default nodes to decrypt - (self._wiki, ("password")), + (self._wiki, ("password",)), (self._wiki, ("search", "credentials", "key")), (self._wiki, ("search", "credentials", "secret")), (self._irc, ("frontend", "nickservPassword")),