Private
Public Access
1
0

Merge branch 'feature/stravaapi' into develop

This commit is contained in:
2024-12-14 15:14:24 +01:00
16 changed files with 708 additions and 44 deletions

View File

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