Selaa lähdekoodia

fixy, fixy

tags/v0.1^2
Ben Kurtovic 13 vuotta sitten
vanhempi
commit
0ef6493855
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      bot/wiki/functions.py

+ 1
- 1
bot/wiki/functions.py Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna