hopefully completing types features
This commit is contained in:
@@ -1076,7 +1076,7 @@ def checkbreakthrough(w, r):
|
||||
|
||||
# Processes painsled CSV file to database
|
||||
def save_workout_database(f2, r, dosmooth=True, workouttype='rower',
|
||||
boattype='1x',
|
||||
boattype='static',
|
||||
adaptiveclass='None',
|
||||
weightcategory='hwt',
|
||||
dosummary=True, title='Workout',
|
||||
@@ -1366,7 +1366,7 @@ def new_workout_from_file(r, f2,
|
||||
workouttype='rower',
|
||||
workoutsource=None,
|
||||
title='Workout',
|
||||
boattype='1x',
|
||||
boattype='static',
|
||||
rpe=-1,
|
||||
makeprivate=False,
|
||||
startdatetime='',
|
||||
@@ -1552,7 +1552,7 @@ def new_workout_from_file(r, f2,
|
||||
def new_workout_from_df(r, df,
|
||||
title='New Workout',
|
||||
workoutsource='unknown',
|
||||
boattype='1x',
|
||||
boattype='static',
|
||||
workouttype='rower',
|
||||
parent=None,
|
||||
workoutid='',
|
||||
|
||||
Reference in New Issue
Block a user