Explorar el Código

Fix wiki password

tags/v0.1^2
Ben Kurtovic hace 12 años
padre
commit
a8da1245b7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      earwigbot/config.py

+ 1
- 1
earwigbot/config.py Ver fichero

@@ -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")),


Cargando…
Cancelar
Guardar