Private
Public Access
1
0

bug fixes

This commit is contained in:
Sander Roosendaal
2020-03-28 10:54:29 +01:00
parent 7960c4d0f3
commit cace8b7061
4 changed files with 2527 additions and 1 deletions

View File

@@ -21,6 +21,8 @@ from rowsandall_app.settings import (
RUNKEEPER_CLIENT_ID, RUNKEEPER_CLIENT_SECRET,RUNKEEPER_REDIRECT_URI,
)
from rowers.tasks import handle_runkeeper_sync
oauth_data = {
'client_id': RUNKEEPER_CLIENT_ID,
'client_secret': RUNKEEPER_CLIENT_SECRET,