Private
Public Access
1
0

temp logging

This commit is contained in:
2024-12-11 19:23:44 +01:00
parent bbb85d7799
commit 3e9c23b03f
4 changed files with 38 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ class TPIntegration(SyncIntegration):
except TypeError:
newnotes = 'from '+w.workoutsource+' via rowsandall.com'
row.exporttotcx(tcxfilename, notes=newnotes)
row.exporttotcx(tcxfilename, notes=newnotes, sport=tpmapping(w.workouttype))
return tcxfilename