Private
Public Access
1
0
This commit is contained in:
2024-12-28 15:35:57 +01:00
parent ae1fd306dc
commit 3a7b51a8d8

View File

@@ -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: