fix
This commit is contained in:
@@ -201,6 +201,8 @@ def handle_strava_sync(stravatoken,workoutid,filename,name,activity_type,descrip
|
||||
failed = True
|
||||
except stravalib.exc.ObjectNotFound:
|
||||
failed = True
|
||||
except stravalib.exc.TimeoutExceeded:
|
||||
failed = True
|
||||
except ActivityUploadFailed:
|
||||
failed = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user