Private
Public Access
1
0

putting dosmooth user setting to use

This commit is contained in:
Sander Roosendaal
2021-03-17 08:39:20 +01:00
parent fa4cee8fd6
commit e1b0a8e8bb
9 changed files with 16 additions and 4 deletions

View File

@@ -517,6 +517,7 @@ def add_workout_from_data(user,importid,data,strokedata,source='runkeeper',
workouttype=workouttype,
workoutsource='runkeeper',
title=title,
dosmooth=r.dosmooth,
notes=comments)
return (id,message)