From 0494b1301d00caa0dd6c76fcb9f3aecfe24c1355 Mon Sep 17 00:00:00 2001 From: student_2333 Date: Thu, 31 Oct 2024 16:12:56 +0800 Subject: [PATCH] up --- nonebot_plugin_nailongremove/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nonebot_plugin_nailongremove/utils.py b/nonebot_plugin_nailongremove/utils.py index 0e8444d..ad7ec38 100644 --- a/nonebot_plugin_nailongremove/utils.py +++ b/nonebot_plugin_nailongremove/utils.py @@ -17,7 +17,7 @@ ModelVersionGetter: TypeAlias = Callable[ def get_github(): - return GitHub(config.nailong_github_token) + return GitHub(config.nailong_github_token, auto_retry=False) def format_github_release_download_base_url(owner: str, name: str, tag: str):