passing tests
This commit is contained in:
@@ -52,7 +52,7 @@ class NKIntegration(SyncIntegration):
|
||||
def workout_export(self, workout, *args, **kwargs) -> str:
|
||||
return "" # there is no export
|
||||
|
||||
def get_workouts(*args, **kwargs) -> int:
|
||||
def get_workouts(self, *args, **kwargs) -> int:
|
||||
before = kwargs.get('before',0)
|
||||
after = kwargs.get('after',0)
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user