Private
Public Access
1
0

Merge branch 'hotfix/v3.09'

This commit is contained in:
Sander Roosendaal
2017-06-08 15:00:55 +02:00

View File

@@ -2883,7 +2883,7 @@ def otwrankings_view(request,theuser=0,
# get all power data from database (plus workoutid)
theids = [w.id for w in theworkouts]
theids = [int(w.id) for w in theworkouts]
columns = ['power','workoutid','time']
df = dataprep.getsmallrowdata_db(columns,ids=theids)