typo
This commit is contained in:
@@ -552,9 +552,10 @@ def cpdata(workouts, options):
|
||||
wtype = 'water'
|
||||
if workouts[0].workouttype in mytypes.otetypes:
|
||||
wtype = 'erg'
|
||||
if workouts[0].workouttype == 'bikerg':
|
||||
if workouts[0].workouttype == 'bikeerg':
|
||||
# for Mike
|
||||
wtype = 'erg'
|
||||
|
||||
res = interactive_otwcpchart(powerdf,promember=True,rowername=rowername,r=r,
|
||||
cpfit=cpfit,title=title,type=wtype)
|
||||
script = res[0]
|
||||
|
||||
Reference in New Issue
Block a user