From 47711f8e6aad720a52e623ddbb4c883bf834a6e7 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Sat, 15 Aug 2020 00:05:22 +0200 Subject: [PATCH] quickfix using configured colors --- input_backend.py | 3 +++ 1 file changed, 3 insertions(+) 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"),