From 3a7b51a8d8e5db4a04cd9ab99f4a6a14ebf0da4d Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sat, 28 Dec 2024 15:35:57 +0100 Subject: [PATCH] comment --- rowers/integrations/intervals.py | 1 + 1 file changed, 1 insertion(+) 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: