additional logging
This commit is contained in:
@@ -50,7 +50,7 @@ import stravalib
|
||||
from stravalib.exc import ActivityUploadFailed,TimeoutExceeded
|
||||
|
||||
from rowsandall_app.settings import (
|
||||
POLAR_CLIENT_ID, POLAR_REDIRECT_URI, POLAR_CLIENT_SECRET,
|
||||
POLAR_CLIENT_ID, POLAR_REDIRECT_URI, POLAR_CLIENT_SECRET,UPLOAD_SERVICE_URL
|
||||
)
|
||||
|
||||
from rowers.utils import dologging
|
||||
@@ -254,7 +254,7 @@ def get_polar_workouts(user):
|
||||
'secret':settings.UPLOAD_SERVICE_SECRET,
|
||||
'file':filename,
|
||||
}
|
||||
url = reverse('workout_upload_api')
|
||||
url = settings.UPLOAD_SERVICE_URL
|
||||
|
||||
|
||||
job = myqueue(queuehigh,
|
||||
|
||||
Reference in New Issue
Block a user