Private
Public Access
1
0

fixes and extra logging

This commit is contained in:
Sander Roosendaal
2021-11-09 21:30:11 +01:00
parent 919e7f331b
commit 806e5837f9
5 changed files with 26 additions and 9 deletions

View File

@@ -501,6 +501,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))
return "Asynchronous sync",-1
try:
tcxfile,tcxmesg = createstravaworkoutdata(w)