Fixing config parser
This commit is contained in:
parent
52b52882ab
commit
633a8fb93c
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
||||||
{% for section in config -%}
|
{% for section in config -%}
|
||||||
[{{ section }}]
|
[{{ section }}]
|
||||||
{#-
|
{% for key, val in config[section].iteritems() -%}
|
||||||
{% for key, val in section.iteritems() -%}
|
|
||||||
{{ key }} = {{ val }}
|
{{ key }} = {{ val }}
|
||||||
{% endfor -%}
|
{% endfor -%}
|
||||||
-#}
|
|
||||||
{% endfor -%}
|
{% endfor -%}
|
||||||
|
|
Loading…
Reference in a new issue