Skip to content

Commit

Permalink
🎈 优先使用github api (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashiCoin authored Sep 13, 2024
1 parent 8a688eb commit d97e437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zhenxun/utils/github_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ def parse_github_url(github_url: str) -> "RepoInfo":
jsdelivr_api = RepoAPI(JsdelivrStrategy()) # type: ignore
github_api = RepoAPI(GitHubStrategy()) # type: ignore

api_strategy = [jsdelivr_api, github_api]
api_strategy = [github_api, jsdelivr_api]

0 comments on commit d97e437

Please sign in to comment.