Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2020-10-21 15:45:51 +02:00
parent 146d070cfd
commit 53a66ce335

View File

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