This commit is contained in:
student_2333 2024-10-31 16:12:56 +08:00
parent 87bebcba15
commit 0494b1301d
No known key found for this signature in database
GPG Key ID: 665F083BEC56F2A6

View File

@ -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):