Private
Public Access
1
0

moving instroke out of beta

This commit is contained in:
Sander Roosendaal
2022-10-26 19:41:54 +02:00
parent 7af4e0ea00
commit cb8aeb1cf6
2 changed files with 7 additions and 1 deletions

View File

@@ -500,7 +500,7 @@ def handle_strava_sync(stravatoken, workoutid, filename, name, activity_type, de
workout = Workout.objects.get(id=workoutid)
except Workout.DoesNotExist:
return 0
workout.uploadedtostrava = res.id
workout.save()
try: