Not a function call.

This commit is contained in:
Martyn Inglis
2016-08-31 11:42:05 +01:00
parent ce006bd92d
commit 06cb440fd2

View File

@@ -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
}