exports workout source to major fitness sites in notes
This commit is contained in:
@@ -264,7 +264,7 @@ def createsporttracksworkoutdata(w):
|
||||
"start_time": w.startdatetime.isoformat(),
|
||||
"total_distance": int(w.distance),
|
||||
"duration": duration,
|
||||
"notes": w.notes,
|
||||
"notes": w.notes+'\n from '+w.workoutsource+' via rowsandall.com',
|
||||
"avg_heartrate": averagehr,
|
||||
"max_heartrate": maxhr,
|
||||
"location": locdata,
|
||||
@@ -280,7 +280,7 @@ def createsporttracksworkoutdata(w):
|
||||
"start_time": w.startdatetime.isoformat(),
|
||||
"total_distance": int(w.distance),
|
||||
"duration": duration,
|
||||
"notes": w.notes,
|
||||
"notes": w.notes+'\n from '+w.workoutsource+' via rowsandall.com',
|
||||
"avg_heartrate": averagehr,
|
||||
"max_heartrate": maxhr,
|
||||
"distance": distancedata,
|
||||
|
||||
Reference in New Issue
Block a user