mirror of
https://github.com/kennethreitz/dj-database-url.git
synced 2026-06-05 23:10:17 +00:00
parse(s)
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ def config(env=DEFAULT_ENV, default=None):
|
||||
s = default
|
||||
|
||||
if s:
|
||||
config = parse()
|
||||
config = parse(s)
|
||||
|
||||
return config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user