Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2020-10-25 20:25:59 +01:00
parent ad18d09248
commit f9344c1a2f

View File

@@ -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]