Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2021-01-09 12:24:53 +01:00
parent 64644682f3
commit e3e0336f05

View File

@@ -1322,7 +1322,7 @@ def update_rolling_cp(r,types,mode='water'):
user = r
)
delta, cp, avgpower, workoutnames = fetchcp_new(r,workouts)
delta, cp, avgpower, workoutnames,urls = fetchcp_new(r,workouts)
powerdf = pd.DataFrame({
'Delta':delta,