now working with new otw power
This commit is contained in:
@@ -1839,7 +1839,7 @@ def handle_sendemailfile(first_name, last_name, email, csvfile,**kwargs):
|
||||
|
||||
|
||||
@app.task(bind=True)
|
||||
def handle_otwsetpower(self,f1, boattype, boatclass, weightvalue,
|
||||
def handle_otwsetpower(self,f1, boattype, boatclass, coastalbrand, weightvalue,
|
||||
first_name, last_name, email, workoutid,
|
||||
**kwargs):
|
||||
|
||||
@@ -1926,6 +1926,7 @@ def handle_otwsetpower(self,f1, boattype, boatclass, weightvalue,
|
||||
response = stub.CalcPower(calculator_pb2.WorkoutPowerRequest(
|
||||
filename = csvfile,
|
||||
boattype = boattype,
|
||||
coastalbrand = coastalbrand,
|
||||
crewmass = weightvalue,
|
||||
powermeasured = powermeasured,
|
||||
progressurl = progressurl,
|
||||
|
||||
Reference in New Issue
Block a user