Private
Public Access
1
0
This commit is contained in:
2024-05-23 16:29:27 +02:00
parent 184c32d000
commit 9af5057d7c
3 changed files with 5 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ def add_workout_from_data(userid, nkid, data, strokedata, source='nk', splitdata
oarInboardLength = 88
seatNumber = 1
oarlockfirmware = ''
boatName = ''
workouttype = "water"
boattype = "1x"

View File

@@ -3188,6 +3188,10 @@ def handle_update_wps(rid, types, ids, mode, debug=False, **kwargs):
wps_median = 0
except ColumnNotFoundError:
wps_median = 0
except TypeError:
wps_median = 0
except ComputeError:
wps_median = 0
return wps_median

Binary file not shown.