st half implemented
This commit is contained in:
@@ -79,7 +79,7 @@ def strava_push_delete(id): # pragma: no cover
|
||||
|
||||
class StravaIntegration(SyncIntegration):
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(StravaIntegration, self).__init__(self, *args, **kwargs)
|
||||
super(StravaIntegration, self).__init__(*args, **kwargs)
|
||||
self.oauth_data = {
|
||||
'client_id': STRAVA_CLIENT_ID,
|
||||
'client_secret': STRAVA_CLIENT_SECRET,
|
||||
|
||||
Reference in New Issue
Block a user