Private
Public Access
1
0

now seems to behave

This commit is contained in:
Sander Roosendaal
2021-03-01 11:56:48 +01:00
parent 0d86b0d662
commit b1a9736aea
6 changed files with 11 additions and 13 deletions

View File

@@ -184,7 +184,10 @@ def step_to_string(step):
#
targettype = step['targetType']
try:
targettype = step['targetType']
except KeyError:
targettype = None
if targettype == 'HeartRate':
value = step['targetValue']