fixing bug
This commit is contained in:
@@ -335,7 +335,7 @@ class PolarIntegration(SyncIntegration):
|
||||
return response
|
||||
|
||||
|
||||
def get_workout(self, id, transaction_id) -> int:
|
||||
def get_workout(self, id, transaction_id, *args, **kwargs) -> int:
|
||||
r = self.rower
|
||||
_ = self.open()
|
||||
authorizationstring = str('Bearer ' + r.polartoken)
|
||||
|
||||
Reference in New Issue
Block a user