fixing bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user