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

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