fix: hardcode special charater for windows

- for unknown reason windoes does not like unicode in config file
This commit is contained in:
2023-05-14 14:23:59 +02:00
parent 78660bd026
commit a3129e1932

View File

@@ -182,7 +182,8 @@ def read_in_file(path, backend=None, outsideData=False, plotOutsideTemp=True,
names = [ CFG("temperatur_plot_name"),
CFG("humidity_plot_name"),
CFG("dewcels_plot_name"),
CFG("temperatur_outside_plot_name"),
#CFG("temperatur_outside_plot_name"),
"Außenlufttemperatur",
CFG("humidity_outside_plot_name") ]
colors = [ CFG("temperatur_color"),