From a99d90910a99b8ba9fd882c9dcc1fde4e8771593 Mon Sep 17 00:00:00 2001
From: Tamas Gal <tgal@km3net.de>
Date: Wed, 22 May 2019 00:28:50 +0200
Subject: [PATCH] Fix typo

---
 app/routes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/routes.py b/app/routes.py
index 3f39f2b..a3292b9 100644
--- a/app/routes.py
+++ b/app/routes.py
@@ -35,7 +35,7 @@ if exists(CONFIG_PATH):
 def expand_wildcards(plot_layout):
     """Replace wildcard entries with list of files"""
     plots = []
-    for row in AHRS_PLOTS:
+    for row in plot_layout:
         if not isinstance(row, list) and '*' in row:
             plots.append(
                 sorted([
-- 
GitLab