Private
Public Access
1
0

import somewhat working (workout type not)

This commit is contained in:
2024-12-08 17:44:45 +01:00
parent 931bab29ea
commit 53e6fefbfe
10 changed files with 202 additions and 14 deletions

View File

@@ -109,7 +109,7 @@ class SyncIntegration(metaclass=ABCMeta):
if 'grant_type' in self.oauth_data:
if self.oauth_data['grant_type']:
post_data['grant_type'] = self.oauth_data['grant_type']
if 'strava' in self.oauth_data['autorization_uri']:
if 'strava' in self.oauth_data['authorization_uri']:
post_data['grant_type'] = "authorization_code"
if 'json' in self.oauth_data['content_type']: