From f33969d93e8b0905ec74d855227cd8e7e5cddcf4 Mon Sep 17 00:00:00 2001 From: yihong0618 Date: Sun, 29 Sep 2024 19:27:18 +0800 Subject: [PATCH] fix: typo Signed-off-by: yihong0618 --- run_page/nike_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,