Merge branch 'release/v22.6.9'
This commit is contained in:
@@ -500,11 +500,15 @@ class IntervalsIntegration(SyncIntegration):
|
||||
try:
|
||||
ps.comment = data['description']
|
||||
except KeyError:
|
||||
ps.comment = ''
|
||||
pass
|
||||
ps.startdate = arrow.get(data['start_date_local']).datetime
|
||||
ps.enddate = arrow.get(data['end_date_local']).datetime
|
||||
ps.preferreddate = arrow.get(data['start_date_local']).datetime
|
||||
ps.sessionsport = mytypes.intervalsmappinginv[data['type']]
|
||||
try:
|
||||
ps.sessionsport = mytypes.intervalsmappinginv[data['type']]
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
ps.sessiontype = 'session'
|
||||
ps.save()
|
||||
try:
|
||||
|
||||
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