Parcourir la source

fixy, fixy

tags/v0.1^2
Ben Kurtovic il y a 13 ans
Parent
révision
0ef6493855
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      bot/wiki/functions.py

+ 1
- 1
bot/wiki/functions.py Voir le fichier

@@ -128,7 +128,7 @@ def get_site(name=None, project=None, lang=None):
found in the config, SiteNotFoundError is raised.
"""
# check if config has been loaded, and load it if it hasn't
if not config.is_config_loaded():
if not config.is_loaded():
_load_config()

# someone specified a project without a lang (or a lang without a project)!


Chargement…
Annuler
Enregistrer