fixing bug
This commit is contained in:
@@ -249,7 +249,7 @@ class SportTracksIntegration(SyncIntegration):
|
||||
|
||||
|
||||
|
||||
def get_workout(self, id) -> int:
|
||||
def get_workout(self, id, *args, **kwargs) -> int:
|
||||
_ = self.open()
|
||||
|
||||
r = self.rower
|
||||
|
||||
Reference in New Issue
Block a user