Private
Public Access
1
0

improvements to perf manager chart and making sure tss and trimp are calculated always

This commit is contained in:
Sander Roosendaal
2020-11-30 18:27:49 +01:00
parent a3378a3386
commit 7ccc7f109b
6 changed files with 23 additions and 12 deletions

View File

@@ -3411,8 +3411,7 @@ def workout_stats_view(request,id=0,message="",successmessage=""):
stats = {}
fieldlist,fielddict = dataprep.getstatsfields()
# fielddict.pop('workoutstate')
# fielddict.pop('workoutid')
try:
fielddict.pop('pace')
except KeyError: