Private
Public Access
1
0

st half implemented

This commit is contained in:
Sander Roosendaal
2023-02-13 20:12:42 +01:00
parent 9975dfd897
commit 410722a990
10 changed files with 327 additions and 176 deletions

View File

@@ -5209,6 +5209,7 @@ def workout_upload_api(request):
# sync related IDs
sporttracksid = post_data.get('sporttracksid','')
c2id = post_data.get('c2id', '')
workoutid = post_data.get('id','')
startdatetime = post_data.get('startdatetime', '')