Private
Public Access
1
0

additional logging

This commit is contained in:
Sander Roosendaal
2021-11-17 11:48:08 +01:00
parent 83d9e0540a
commit eda8b64b80
2 changed files with 12 additions and 1 deletions

View File

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