Merge branch 'release/v23.4.1'
This commit is contained in:
@@ -891,7 +891,10 @@ class IntervalsIntegration(SyncIntegration):
|
|||||||
continue
|
continue
|
||||||
ps.name = data['name']
|
ps.name = data['name']
|
||||||
try:
|
try:
|
||||||
ps.comment = data['description']
|
if data['description'] is not None:
|
||||||
|
ps.comment = data['description']
|
||||||
|
else:
|
||||||
|
ps.comment = ''
|
||||||
except KeyError:
|
except KeyError:
|
||||||
ps.comment = ' '
|
ps.comment = ' '
|
||||||
ps.startdate = arrow.get(data['start_date_local']).datetime
|
ps.startdate = arrow.get(data['start_date_local']).datetime
|
||||||
|
|||||||
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
BIN
rowers/tests/testdata/testdata.tcx.gz
vendored
Binary file not shown.
Reference in New Issue
Block a user