Private
Public Access
1
0

all tasks.py done

This commit is contained in:
2025-10-22 20:21:13 +02:00
parent 385bd52a94
commit ceced92022
13 changed files with 738 additions and 750 deletions

View File

@@ -324,6 +324,7 @@ def update_workout_attributes(w, row, file_path, uploadoptions,
stravaid = uploadoptions.get('stravaid',0)
if stravaid != 0:
workoutsource = 'strava'
w.uploadedtostrava = stravaid
workouttype = uploadoptions.get('workouttype', 'rower')
title = uploadoptions.get('title', '')