Private
Public Access
1
0

fixing bug

This commit is contained in:
Sander Roosendaal
2023-02-20 07:59:37 +01:00
parent 2b5b151fe7
commit 9d49faee69
6 changed files with 6 additions and 6 deletions

View File

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