Private
Public Access
1
0

small typo

This commit is contained in:
Sander Roosendaal
2019-11-08 15:34:24 +01:00
parent de1dd33f4e
commit 9c985f5f82

View File

@@ -539,7 +539,7 @@ def statsdata(workouts, options):
'thirdq':datadf[field].quantile(q=0.75),
'verbosename':verbosename,
}
stats[field] = thedict
stats[field] = thedict
except KeyError:
pass