Merge branch 'hotfix/v3.09'
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user