Private
Public Access
1
0

changing default for polar

This commit is contained in:
Sander Roosendaal
2022-01-17 15:28:23 +01:00
parent 5de7d5951c
commit 47b2f2e3ac

View File

@@ -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: