Private
Public Access
1
0

now working with new otw power

This commit is contained in:
Sander Roosendaal
2020-09-19 17:37:17 +02:00
parent 0099fc678a
commit b98eed6eeb
5 changed files with 95 additions and 9 deletions

View File

@@ -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,