Merge branch 'feature/stravaapi' into develop
This commit is contained in:
@@ -214,7 +214,7 @@ class StravaIntegration(SyncIntegration):
|
||||
def get_workout(self, id, *args, **kwargs) -> int:
|
||||
try:
|
||||
_ = self.open()
|
||||
except NoTokenError("Strava error"):
|
||||
except NoTokenError:
|
||||
return 0
|
||||
|
||||
record = create_or_update_syncrecord(self.rower, None, stravaid=id)
|
||||
|
||||
Reference in New Issue
Block a user