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