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