From 29c67e9ea723d638f61a9f2eef8916efd908b3ac Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Mon, 30 Sep 2024 14:32:08 +0200 Subject: [PATCH] ss --- rowers/interactiveplots.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rowers/interactiveplots.py b/rowers/interactiveplots.py index 891e7a14..d56086d3 100644 --- a/rowers/interactiveplots.py +++ b/rowers/interactiveplots.py @@ -442,7 +442,6 @@ def interactive_activitychart2(workouts, startdate, enddate, stack='type', 'colors': mytypes.color_map, } - script, div = get_chart("/activity_bar", chart_data, debug=False) return script, div @@ -1725,7 +1724,7 @@ def interactive_flexchart_stacked(id, r, xparam='time', rowdata = rowdata.with_columns( column = column_ew ) - except KeyError: + except (KeyError, ColumnNotFoundError): pass if len(rowdata) < 2: