removed workout from workout name
This commit is contained in:
@@ -1197,7 +1197,7 @@ def save_workout_database(f2, r, dosmooth=True, workouttype='rower',
|
||||
|
||||
|
||||
if partofday is not None:
|
||||
title = '{partofday} workout {workouttype}'.format(
|
||||
title = '{partofday} {workouttype}'.format(
|
||||
partofday=partofday,
|
||||
workouttype=workouttype,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user