Private
Public Access
1
0

first batch of tests

This commit is contained in:
2024-12-03 20:39:59 +01:00
parent a69384fdd3
commit 66365b7b84
4 changed files with 228 additions and 13 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)