attempt to fix nk auto import
This commit is contained in:
@@ -158,7 +158,10 @@ class NKIntegration(SyncIntegration):
|
||||
|
||||
# need to unify workout list
|
||||
def get_workout_list(self, *args, **kwargs) -> list:
|
||||
_ = self.open()
|
||||
try:
|
||||
_ = self.open()
|
||||
except NoTokenError:
|
||||
return []
|
||||
r = self.rower
|
||||
|
||||
before = kwargs.get('before',0)
|
||||
|
||||
Reference in New Issue
Block a user