small bug fixes
This commit is contained in:
@@ -194,6 +194,8 @@ def handle_strava_sync(stravatoken,workoutid,filename,name,activity_type,descrip
|
||||
failed = True
|
||||
except JSONDecodeError:
|
||||
failed = True
|
||||
except stravalib.exc.ObjectNotFound:
|
||||
failed = true
|
||||
if not failed:
|
||||
try:
|
||||
act = client.update_activity(res.id,activity_type=activity_type,
|
||||
|
||||
Reference in New Issue
Block a user