From 871ed427a6f6309f72b46cc581d14ac887b34cfa Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Fri, 6 Apr 2018 14:04:54 +0200 Subject: [PATCH] added RP3 ref & id to the nonmetric list --- rowers/metrics.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rowers/metrics.py b/rowers/metrics.py index 94e41fbe..320b21bf 100644 --- a/rowers/metrics.py +++ b/rowers/metrics.py @@ -20,6 +20,8 @@ nometrics = [ ' WorkoutDurationType', ' WorkoutIntervalCount', 'ergpace', + 'ref', + 'id', 'deltat', 'workoutid', 'totalangle',