Private
Public Access
1
0

fixing timezone error c2 import

This commit is contained in:
2024-12-26 17:17:04 +01:00
parent 7b1f8e9286
commit 7a9385f1bf
4 changed files with 34 additions and 8 deletions

View File

@@ -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,