diff --git a/config.py b/config.py index ee4ac076a..fe44862d7 100644 --- a/config.py +++ b/config.py @@ -161,9 +161,9 @@ class Live(Config): configs = { - 'development': Development(), - 'test': Test(), - 'live': Live(), - 'staging': Staging(), - 'preview': Preview() + 'development': Development, + 'test': Test, + 'live': Live, + 'staging': Staging, + 'preview': Preview }