Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2017-06-08 14:59:58 +02:00
parent d40eab09c9
commit 717aba3890

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)