bug fix
This commit is contained in:
@@ -548,7 +548,7 @@ def cpdata(workouts, options):
|
||||
d2 = datelast,
|
||||
)
|
||||
wtype = 'water'
|
||||
if workouts[0].workouttype in otetypes:
|
||||
if workouts[0].workouttype in mytypes.otetypes:
|
||||
wtype = 'erg'
|
||||
res = interactive_otwcpchart(powerdf,promember=True,rowername=rowername,r=r,
|
||||
cpfit=cpfit,title=title,type=wtype)
|
||||
|
||||
Reference in New Issue
Block a user