diff --git a/rowers/integrations/intervals.py b/rowers/integrations/intervals.py index 36da54d5..d7c68b8f 100644 --- a/rowers/integrations/intervals.py +++ b/rowers/integrations/intervals.py @@ -310,6 +310,7 @@ class IntervalsIntegration(SyncIntegration): # we stop here now return 1 + # get fit file (not used) url = self.oauth_data['base_url'] + 'activity/' + str(id) + '/fit-file' response = requests.get(url, headers=headers) if response.status_code != 200: