From ef39815828982f4d667ba95c6a2ffd0963a5ead9 Mon Sep 17 00:00:00 2001 From: HibiKier <775757368@qq.com> Date: Tue, 5 Aug 2025 11:12:44 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E6=96=87=E4=BB=B6=E8=8E=B7=E5=8F=96?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BD=BF=E7=94=A8ali?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zhenxun/utils/repo_utils/file_manager.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zhenxun/utils/repo_utils/file_manager.py b/zhenxun/utils/repo_utils/file_manager.py index 53797bd6..43a87a7b 100644 --- a/zhenxun/utils/repo_utils/file_manager.py +++ b/zhenxun/utils/repo_utils/file_manager.py @@ -207,13 +207,13 @@ class RepoFileManager: ) if repo_type is None: try: - return await self.get_github_file_content( - repo_url, file_path, ignore_error - ) - except Exception: return await self.get_aliyun_file_content( repo_name, file_path, branch, ignore_error ) + except Exception: + return await self.get_github_file_content( + repo_url, file_path, ignore_error + ) try: if repo_type == RepoType.GITHUB: