Private
Public Access
1
0

fix bug race registration

This commit is contained in:
Sander Roosendaal
2020-07-07 19:23:09 +02:00
parent 6a655960e5
commit 29dc0786b8
3 changed files with 2 additions and 2 deletions

View File

@@ -1639,6 +1639,7 @@ def add_workout_race(ws,race,r,splitsecond=0,recordid=0,doregister=False):
entrycategory=initialcategory,
)
record.save()
add_rower_race(r,race)
else:
errors.append("Unable to find a suitable start category")
return result,comments,errors,0