From 47b2f2e3ac1fcd54a111303360f9c984c90eb089 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Mon, 17 Jan 2022 15:28:23 +0100 Subject: [PATCH] changing default for polar --- rowers/polarstuff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowers/polarstuff.py b/rowers/polarstuff.py index dfd0bbb2..174c8e2c 100644 --- a/rowers/polarstuff.py +++ b/rowers/polarstuff.py @@ -242,7 +242,7 @@ def get_polar_workouts(user): with open(filename,'wb') as fop: fop.write(response.content) - workouttype = 'water' + workouttype = 'other' try: workouttype = mytypes.polaraccesslink_sports[exercise_dict['detailed-sport-info']] except KeyError: