mirror of
https://github.com/FAUSheppy/ths-datenlogger
synced 2025-12-06 04:11:34 +01:00
fix: hardcode special charater for windows
- for unknown reason windoes does not like unicode in config file
This commit is contained in:
@@ -182,7 +182,8 @@ def read_in_file(path, backend=None, outsideData=False, plotOutsideTemp=True,
|
|||||||
names = [ CFG("temperatur_plot_name"),
|
names = [ CFG("temperatur_plot_name"),
|
||||||
CFG("humidity_plot_name"),
|
CFG("humidity_plot_name"),
|
||||||
CFG("dewcels_plot_name"),
|
CFG("dewcels_plot_name"),
|
||||||
CFG("temperatur_outside_plot_name"),
|
#CFG("temperatur_outside_plot_name"),
|
||||||
|
"Außenlufttemperatur",
|
||||||
CFG("humidity_outside_plot_name") ]
|
CFG("humidity_outside_plot_name") ]
|
||||||
|
|
||||||
colors = [ CFG("temperatur_color"),
|
colors = [ CFG("temperatur_color"),
|
||||||
|
|||||||
Reference in New Issue
Block a user