diff --git a/input_backend.py b/input_backend.py index e075ec8..a1ba830 100644 --- a/input_backend.py +++ b/input_backend.py @@ -173,6 +173,9 @@ def read_in_file(path, backend=None, outsideData=False): CFG("temperatur_outside_color"), CFG("humidity_outside_color") ] + global line_colors + line_colors = colors + plotSettings = [ CFG("plot_temperatur"), CFG("plot_humidity"), CFG("plot_dewcels"),