Browse Source

fixy, fixy

tags/v0.1^2
Ben Kurtovic 13 years ago
parent
commit
0ef6493855
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bot/wiki/functions.py

+ 1
- 1
bot/wiki/functions.py View File

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


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


Loading…
Cancel
Save