Changed default datatype of update_interval to integer

This commit is contained in:
Maximilian Giller 2019-03-19 16:45:48 +01:00
parent 139c59bfab
commit 4cfe34ed93

View file

@ -19,7 +19,7 @@ display_colours = "bwr"
language = "en" language = "en"
units = "metric" units = "metric"
hours = "24" hours = "24"
update_interval = "60" update_interval = 60
"""DESIGN""" """DESIGN"""