Private
Public Access
1
0

strava export error

This commit is contained in:
Sander Roosendaal
2023-04-10 13:39:33 +02:00
parent 764044899a
commit dddb8d2d9c

View File

@@ -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