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

@@ -57,7 +57,7 @@ class SyncIntegration(metaclass=ABCMeta):
pass
@abstractmethod
def get_workout(self, id) -> int:
def get_workout(self, id, *args, **kwargs) -> int:
return 0
# need to unify workout list