additional logging
This commit is contained in:
@@ -502,7 +502,7 @@ def workout_strava_upload(user,w, quick=False,asynchron=True):
|
||||
tcxfile,w.name,activity_type,
|
||||
w.notes
|
||||
)
|
||||
dologging('strava_export_log.log','Exporting as {t}'.format(t=activity_type))
|
||||
dologging('strava_export_log.log','Exporting as {t} from {w}'.format(t=activity_type,w=w.workouttype))
|
||||
return "Asynchronous sync",-1
|
||||
try:
|
||||
tcxfile,tcxmesg = createstravaworkoutdata(w)
|
||||
|
||||
Reference in New Issue
Block a user