Private
Public Access
1
0

Merge branch 'hotfix/v22.4.8'

This commit is contained in:
2024-12-15 13:41:19 +01:00
2 changed files with 20 additions and 16 deletions

View File

@@ -242,6 +242,7 @@ class IntervalsIntegration(SyncIntegration):
workouts = []
for item in data:
try:
i = item['id']
r = item['type']
d = item['distance']
@@ -261,6 +262,9 @@ class IntervalsIntegration(SyncIntegration):
ress = dict(zip(keys, values))
workouts.append(ress)
except KeyError:
dologging('intervals.icu.log', item)
return workouts

Binary file not shown.