Private
Public Access
1
0

better breakthrough email

This commit is contained in:
Sander Roosendaal
2022-10-07 12:01:44 +02:00
parent fba2d9e4c0
commit ee2d2120a4
4 changed files with 13 additions and 1 deletions

View File

@@ -1715,6 +1715,7 @@ def handle_sendemail_breakthrough(workoutid, useremail,
tablevalues = [
{'delta': t.delta,
'time': str(timedelta(seconds=t.delta)),
'cpvalue': t.cpvalues,
'pwr': t.pwr
} for t in btvalues.itertuples()