removing ftp warning in a more elegant way, still need to implement
regular sending
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user