fitness of today not tomorrow
This commit is contained in:
@@ -1053,7 +1053,7 @@ def runcpupdate(
|
||||
theids = [w.id for w in theworkouts]
|
||||
|
||||
job = myqueue(
|
||||
queue,
|
||||
queuelow,
|
||||
handle_updatecp,
|
||||
rower.id,
|
||||
theids,
|
||||
@@ -1067,7 +1067,7 @@ def fetchcperg(rower,theworkouts):
|
||||
cpdf = getcpdata_sql(rower.id,table='ergcpdata')
|
||||
|
||||
job = myqueue(
|
||||
queue,
|
||||
queuelow,
|
||||
handle_updateergcp,
|
||||
rower.id,
|
||||
thefilenames)
|
||||
@@ -1388,7 +1388,7 @@ def fetchcp(rower,theworkouts,table='cpdata'):
|
||||
if not cpdf.empty:
|
||||
return cpdf['delta'],cpdf['cp'],avgpower2
|
||||
else:
|
||||
job = myqueue(queue,
|
||||
job = myqueue(queuelow,
|
||||
handle_updatecp,
|
||||
rower.id,
|
||||
theids,
|
||||
|
||||
Reference in New Issue
Block a user