Private
Public Access
1
0

polar passing tests

This commit is contained in:
Sander Roosendaal
2023-02-18 17:16:54 +01:00
parent 3373081b42
commit 3420da47d7
9 changed files with 565 additions and 110 deletions

View File

@@ -322,10 +322,4 @@ class SportTracksIntegration(SyncIntegration):
def token_refresh(self, *args, **kwargs) -> str:
return super(SportTracksIntegration, self).token_refresh(*args, **kwargs)
# just as a quick test during development
u = User.objects.get(id=1)
nk_integration_1 = SportTracksIntegration(u)