diff --git a/rowers/garmin_stuff.py b/rowers/garmin_stuff.py index c7f0c0b5..929ca76f 100644 --- a/rowers/garmin_stuff.py +++ b/rowers/garmin_stuff.py @@ -107,5 +107,5 @@ def get_garmin_workout_list(user): url = 'https://healthapi.garmin.com/wellness-api/rest/activities?uploadStartTimeInSeconds=1593113760&uploadEndTimeInSeconds=1593279360' result = garmin.get(url) - + return result