exports workout source to major fitness sites in notes
This commit is contained in:
@@ -187,7 +187,7 @@ def createtpworkoutdata(w):
|
||||
try:
|
||||
row = rowingdata(filename)
|
||||
tcxfilename = filename[:-4]+'.tcx'
|
||||
row.exporttotcx(tcxfilename,notes=w.notes)
|
||||
row.exporttotcx(tcxfilename,notes=w.notes+'\n from '+w.workoutsource+' via rowsandall.com')
|
||||
return tcxfilename
|
||||
except:
|
||||
tcxfilename = 0
|
||||
|
||||
Reference in New Issue
Block a user