Private
Public Access
1
0

removing ftp warning in a more elegant way, still need to implement

regular sending
This commit is contained in:
Sander Roosendaal
2023-05-11 23:11:22 +02:00
parent d6b303ba47
commit e6fbd34780
4 changed files with 6 additions and 6 deletions

View File

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