ソースを参照

fixy, fixy

tags/v0.1^2
Ben Kurtovic 13年前
コミット
0ef6493855
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      bot/wiki/functions.py

+ 1
- 1
bot/wiki/functions.py ファイルの表示

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


読み込み中…
キャンセル
保存