Private
Public Access
1
0

Merge tag 'v3.09' into develop

bugfix
This commit is contained in:
Sander Roosendaal
2017-06-08 15:01:14 +02:00
+1 -1
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)