Merge branch 'release/v13.53'
This commit is contained in:
@@ -1073,7 +1073,7 @@ def strava_webhook_view(request):
|
||||
job = stravastuff.async_get_workout(r.user,stravaid)
|
||||
elif aspect_type == 'delete':
|
||||
try:
|
||||
stravid = data['object_id']
|
||||
stravaid = data['object_id']
|
||||
except KeyError:
|
||||
with open('strava_webhooks.log','a') as f:
|
||||
f.write('\n')
|
||||
|
||||
Reference in New Issue
Block a user