Private
Public Access
1
0
This commit is contained in:
2025-06-23 18:47:28 +02:00
parent d12558cc8d
commit 8399b907d0
2 changed files with 1 additions and 1 deletions

View File

@@ -71,7 +71,7 @@ class NKIntegration(SyncIntegration):
try:
_ = self.open()
except NoTokenError: # pragma: no cover
dologging("nklog.log","NK Token error for user {id}".format(id=rower.user.id))
dologging("nklog.log","NK Token error for user {id}".format(id=self.rower.user.id))
return 0
workouts = self.get_workout_list(before=before, after=after)