Private
Public Access
1
0

passing tests

This commit is contained in:
Sander Roosendaal
2023-02-12 17:09:09 +01:00
parent fa9f33d692
commit 0a40457972
3 changed files with 1 additions and 285 deletions

View File

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