strava export error
This commit is contained in:
@@ -187,15 +187,15 @@ class StravaIntegration(SyncIntegration):
|
|||||||
except KeyError:
|
except KeyError:
|
||||||
activity_type = 'Rowing'
|
activity_type = 'Rowing'
|
||||||
|
|
||||||
_ = myqueue(queue,
|
_ = myqueue(queue,
|
||||||
handle_strava_sync,
|
handle_strava_sync,
|
||||||
self.rower.stravatoken,
|
self.rower.stravatoken,
|
||||||
workout.id,
|
workout.id,
|
||||||
tcxfile, workout.name, activity_type,
|
tcxfile, workout.name, activity_type,
|
||||||
workout.notes)
|
workout.notes)
|
||||||
|
|
||||||
dologging('strava_export_log.log', 'Exporting as {t} from {w}'.format(
|
dologging('strava_export_log.log', 'Exporting as {t} from {w}'.format(
|
||||||
t=activity_type, w=workout.workouttype))
|
t=activity_type, w=workout.workouttype))
|
||||||
|
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user