From 0ef64938551db1049246e47ee95e9d1c7f5fd5ef Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sun, 14 Aug 2011 18:04:37 -0400 Subject: [PATCH] fixy, fixy --- bot/wiki/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/wiki/functions.py b/bot/wiki/functions.py index a9c611b..5c4052c 100644 --- a/bot/wiki/functions.py +++ b/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)!