revert deleted iterator
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-09-04 23:54:32 +02:00
parent 2a956db2c9
commit cda1bfa189
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ api_key_max_seconds_to_live = -1
{% if "enabled" not in provider.config %}
enabled = true
{% endif %}
{% for key, value in provider.config %}
{% for key, value in provider.config.items() %}
{{ key }} = {{ value }}
{% endfor %}
{% endfor %}
@ -141,7 +141,7 @@ level = {{ grafana_log_level | lower }}
{% if "enabled" not in provider.config %}
enabled = true
{% endif %}
{% for key, value in provider.config %}
{% for key, value in provider.config.items() %}
{{ key }} = {{ value }}
{% endfor %}
{% endfor %}