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