Skip to content

Commit

Permalink
Update setting_http.py
Browse files Browse the repository at this point in the history
  • Loading branch information
winezer0 committed Jun 13, 2024
1 parent f2ce5bb commit 241711c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setting_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def init_custom(config):
# "https": "http://127.0.0.1:8080", # 此处不能使用https
# "http": "http://user:[email protected]:3128/",
# "https": "https://192.168.88.1:8080",
"http": "http://127.0.0.1:8080",
"https": "http://127.0.0.1:8080",
# "http": "socks5://127.0.0.1:10808",
# "https": "socks5://127.0.0.1:10808",
}

# 采用流模式访问 流模式能够解决大文件读取问题
Expand Down

0 comments on commit 241711c

Please sign in to comment.