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