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

@@ -87,7 +87,7 @@ class TPIntegration(SyncIntegration):
def get_workouts(self, *args, **kwargs) -> int:
raise NotImplementedError("not implemented")
def get_workout(self, id) -> int:
def get_workout(self, id, *args, **kwargs) -> int:
raise NotImplementedError("not implemented")
def get_workout_list(self, *args, **kwargs) -> list: