changing workout names if no name
This commit is contained in:
@@ -154,7 +154,7 @@ def garmin_getworkout(garminid,r,activity):
|
||||
durationseconds = activity['durationInSeconds']
|
||||
duration = dataprep.totaltime_sec_to_string(durationseconds)
|
||||
activitytype = activity['activityType']
|
||||
name = 'Imported from Garmin'
|
||||
name = ''
|
||||
date = startdatetime.date()
|
||||
try:
|
||||
distance = activity['distanceInMeters']
|
||||
|
||||
Reference in New Issue
Block a user