Fixing config parser

This commit is contained in:
Eric Renfro 2018-05-18 00:59:38 -04:00
parent 52b52882ab
commit 633a8fb93c

View file

@ -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 -%}