Private
Public Access
1
0

bug fixes

This commit is contained in:
2024-06-10 08:45:53 +02:00
parent c42bc00f42
commit 09a00f4ac6
3 changed files with 7 additions and 1 deletions

View File

@@ -175,6 +175,9 @@ def get_nk_intervalstats(workoutdata, strokedata):
spm = interval['avgStrokeRate']
dps = interval['distStrokeGps']
if pwr is None:
pwr = 0
stri += "{i:0>2}{sep}{sdist:0>5}{sep}{split}{sep}{space}{sep} {pwr:0>3} {sep}".format(
i=i + 1,
sdist=int(float(sdist)),