has "Make Ranking" on left panel workflow page
This commit is contained in:
@@ -527,6 +527,7 @@ def fetchcp(rower,theworkouts,table='cpdata'):
|
||||
theids = [int(w.id) for w in theworkouts]
|
||||
columns = ['power','workoutid','time']
|
||||
df = getsmallrowdata_db(columns,ids=theids)
|
||||
df.dropna(inplace=True,axis=0)
|
||||
if df.empty:
|
||||
avgpower2 = {}
|
||||
for id in theids:
|
||||
|
||||
Reference in New Issue
Block a user