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 }}]
|
||||
{% for key, val in section.items() -%}
|
||||
{{ key }} = {{ val }}
|
||||
|
|
Loading…
Reference in a new issue