fixing timezone error c2 import
This commit is contained in:
@@ -4981,6 +4981,7 @@ def workout_upload_api(request):
|
||||
garminid = post_data.get('garminid','')
|
||||
workoutid = post_data.get('id','')
|
||||
startdatetime = post_data.get('startdatetime', '')
|
||||
timezone = post_data.get('timezone','')
|
||||
oarlockfirmware = post_data.get('oarlockfirmware', None)
|
||||
inboard = post_data.get('inboard', None)
|
||||
oarlength = post_data.get('oarlength', None)
|
||||
@@ -5079,6 +5080,7 @@ def workout_upload_api(request):
|
||||
notes=notes,
|
||||
uploadoptions=post_data,
|
||||
startdatetime=startdatetime,
|
||||
timezone=timezone,
|
||||
oarlockfirmware=oarlockfirmware,
|
||||
inboard=inboard,
|
||||
oarlength=oarlength,
|
||||
|
||||
Reference in New Issue
Block a user