now seems to behave
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user