Explorar el Código

Fix.

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

+ 1
- 1
bot/config.py Ver fichero

@@ -76,7 +76,7 @@ def load():
If everything goes well, return True if stored passwords are
encrypted in the file, or False if they are not.
"""
global components, wiki, irc, metadata
global components, wiki, tasks, irc, metadata

if not path.exists(config_path):
print "You haven't configured the bot yet!"


Cargando…
Cancelar
Guardar