Private
Public Access
1
0

Merge branch 'release/v21.2.4'

This commit is contained in:
2024-05-24 10:36:32 +02:00
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -97,6 +97,7 @@ def add_workout_from_data(userid, nkid, data, strokedata, source='nk', splitdata
seatNumber = 1
oarlockfirmware = ''
boatName = ''
portStarboard = 'port'
workouttype = "water"
boattype = "1x"
+3
View File
@@ -2069,7 +2069,10 @@ def handle_sendemail_breakthrough(workoutid, useremail,
**kwargs):
btvalues = pd.read_json(btvalues)
try:
btvalues.sort_values('delta', axis=0, inplace=True)
except KeyError:
return 0
lastname = ''
Binary file not shown.