diff --git a/run_page/nike_sync.py b/run_page/nike_sync.py index 244b75186b4..79fd9504334 100644 --- a/run_page/nike_sync.py +++ b/run_page/nike_sync.py @@ -39,7 +39,7 @@ class Nike: def __init__(self, access_token): self.client = httpx.Client() - # HINT: if you have old nrc refresh_token un comments this liens it still works + # HINT: if you have old nrc refresh_token un comments this lines it still works # response = self.client.post( # TOKEN_REFRESH_URL,