copying relevant from old strava branch
This commit is contained in:
@@ -4988,6 +4988,7 @@ def workout_upload_api(request):
|
|||||||
boatname = post_data.get('boatName','')
|
boatname = post_data.get('boatName','')
|
||||||
portStarboard = post_data.get('portStarboard', 1)
|
portStarboard = post_data.get('portStarboard', 1)
|
||||||
empowerside = 'port'
|
empowerside = 'port'
|
||||||
|
stravaid = post_data.get('stravaid','')
|
||||||
if portStarboard == 1:
|
if portStarboard == 1:
|
||||||
empowerside = 'starboard'
|
empowerside = 'starboard'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user