Ver código fonte

fixy, fixy

tags/v0.1^2
Ben Kurtovic 13 anos atrás
pai
commit
0ef6493855
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      bot/wiki/functions.py

+ 1
- 1
bot/wiki/functions.py Ver arquivo

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


Carregando…
Cancelar
Salvar