Private
Public Access
1
0

adding boatclass

This commit is contained in:
Sander Roosendaal
2020-08-27 07:50:08 +02:00
parent 1da6be737b
commit 63f1e1f0b2
2 changed files with 4 additions and 2 deletions

View File

@@ -1830,7 +1830,7 @@ def handle_sendemailfile(first_name, last_name, email, csvfile,**kwargs):
@app.task(bind=True)
def handle_otwsetpower(self,f1, boattype, weightvalue,
def handle_otwsetpower(self,f1, boattype, boatclass, weightvalue,
first_name, last_name, email, workoutid,
**kwargs):
@@ -1922,6 +1922,7 @@ def handle_otwsetpower(self,f1, boattype, weightvalue,
progressurl = progressurl,
secret = secret,
silent = False,
boatclass = boatclass,
),timeout=1200)
result = response.result
if result == 0: