Skip to content

Commit 432cd01

Browse files
committed
GPT LOAD 同步开发
1 parent 004d37c commit 432cd01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/github_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def get_file_content(self, item: Dict[str, Any]) -> Optional[str]:
173173
# 获取proxy配置
174174
proxies = Config.get_random_proxy()
175175

176-
logger.info(f"🔍 processing file: {metadata_url}")
176+
logger.info(f"🔍 Processing file: {metadata_url}")
177177
if proxies:
178178
metadata_response = requests.get(metadata_url, headers=headers, proxies=proxies)
179179
else:

0 commit comments

Comments
 (0)