From df7f4ec14b4192c658c64d75d1d8809bf4f148cf Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 30 May 2012 01:51:08 -0400 Subject: [PATCH] parse(s) --- dj_database_url.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dj_database_url.py b/dj_database_url.py index d5bfec7..2885b61 100644 --- a/dj_database_url.py +++ b/dj_database_url.py @@ -21,7 +21,7 @@ def config(env=DEFAULT_ENV, default=None): s = default if s: - config = parse() + config = parse(s) return config