From 06cb440fd289826bbc2b98ef3b78a41887e8fd25 Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Wed, 31 Aug 2016 11:42:05 +0100 Subject: [PATCH] Not a function call. --- config.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 }