Private
Public Access
1
0

improved standalone tasks

This commit is contained in:
Sander Roosendaal
2017-05-10 16:57:12 +02:00
parent e40db4c55c
commit ac2bdbce3d
3 changed files with 5 additions and 17 deletions

View File

@@ -232,7 +232,8 @@ def save_workout_database(f2,r,dosmooth=True,workouttype='rower',
message = "Warning: This workout probably already exists in the database"
w = Workout(user=r,name=title,date=workoutdate,
w = Workout(user=r,name=title,date=workoutdate,
workouttype=workouttype,
duration=duration,distance=totaldist,
weightcategory=r.weightcategory,