exports workout source to major fitness sites in notes
This commit is contained in:
@@ -230,7 +230,7 @@ def createc2workoutdata_as_splits(w):
|
||||
"time": int(10*makeseconds(durationstr)),
|
||||
"timezone": "Etc/UTC",
|
||||
"weight_class": c2wc(w.weightcategory),
|
||||
"comments": w.notes,
|
||||
"comments": w.notes+'\n from '+w.workoutsource+' via rowsandall.com',
|
||||
"heart_rate": {
|
||||
"average": averagehr,
|
||||
"max": maxhr,
|
||||
|
||||
Reference in New Issue
Block a user