exports workout source to major fitness sites in notes
This commit is contained in:
@@ -228,7 +228,7 @@ def createrunkeeperworkoutdata(w):
|
||||
"start_time": start_time,
|
||||
"total_distance": int(w.distance),
|
||||
"duration": duration,
|
||||
"notes": w.notes,
|
||||
"notes": w.notes+'\n from '+w.workoutsource+' via rowsandall.com',
|
||||
"average_heart_rate": averagehr,
|
||||
"path": locdata,
|
||||
"distance": distancedata,
|
||||
@@ -242,7 +242,7 @@ def createrunkeeperworkoutdata(w):
|
||||
"start_time": start_time,
|
||||
"total_distance": int(w.distance),
|
||||
"duration": duration,
|
||||
"notes": w.notes,
|
||||
"notes": w.notes+'\n from '+w.workoutsource+' via rowsandall.com',
|
||||
"avg_heartrate": averagehr,
|
||||
"distance": distancedata,
|
||||
"heart_rate": hrdata,
|
||||
|
||||
Reference in New Issue
Block a user