From 078ea4a21d286ff9cc58978fde701630d80fe15e Mon Sep 17 00:00:00 2001 From: JerrySentry Date: Wed, 25 Sep 2024 08:57:25 -0400 Subject: [PATCH] add logging for GH API client lib --- shared/torngit/github.py | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/torngit/github.py b/shared/torngit/github.py index 4a66384ad..1cb623b49 100644 --- a/shared/torngit/github.py +++ b/shared/torngit/github.py @@ -820,6 +820,7 @@ async def make_http_call( rl_limit=res.headers.get("X-RateLimit-Limit"), rl_reset_time=res.headers.get("X-RateLimit-Reset"), retry_after=res.headers.get("Retry-After"), + refreshable=callable(self._on_token_refresh), **log_dict, ), )