Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2020-07-16 14:06:43 +02:00
parent 8dbe4ba7e5
commit b25b600c64

View File

@@ -1079,7 +1079,7 @@ def strava_webhook_view(request):
f.write(' ')
f.write('Workouts already existing:\n ')
for w in ws:
f.write('{w} \n'.format(str(w)))
f.write('{w} \n'.format(w=str(w)))
elif aspect_type == 'delete':
try:
stravaid = data['object_id']