comment
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user