Fixing config parser
This commit is contained in:
parent
f0d8318443
commit
a2573cdf6a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{% for section in config.values() -%}
|
||||
{% for section in config.items() -%}
|
||||
[{{ section }}]
|
||||
{% for key, val in section.iteritems() -%}
|
||||
{{ key }} = {{ val }}
|
||||
|
|
Loading…
Reference in a new issue