fixing bug
This commit is contained in:
@@ -204,7 +204,7 @@ class StravaIntegration(SyncIntegration):
|
||||
return NotImplemented
|
||||
|
||||
# get_workout
|
||||
def get_workout(self, id) -> int:
|
||||
def get_workout(self, id, *args, **kwargs) -> int:
|
||||
try:
|
||||
_ = self.open()
|
||||
except NoTokenError:
|
||||
|
||||
Reference in New Issue
Block a user