Parcourir la source

Fix.

tags/v0.1^2
Ben Kurtovic il y a 12 ans
Parent
révision
be3daa5d62
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      bot/config.py

+ 1
- 1
bot/config.py Voir le fichier

@@ -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!"


Chargement…
Annuler
Enregistrer