Spaces:
Running
Running
taixiaobai
commited on
Commit
•
51a0c6b
1
Parent(s):
68ff366
Update config.py
Browse files
config.py
CHANGED
@@ -28,8 +28,8 @@ if USE_PROXY:
|
|
28 |
"""
|
29 |
proxies = {
|
30 |
# [协议]:// [地址] :[端口]
|
31 |
-
"http": "
|
32 |
-
"https": "
|
33 |
}
|
34 |
else:
|
35 |
proxies = None
|
|
|
28 |
"""
|
29 |
proxies = {
|
30 |
# [协议]:// [地址] :[端口]
|
31 |
+
"http": "127.0.0.1:7890", # 再例如 "http": "http://127.0.0.1:7890",
|
32 |
+
"https": "127.0.0.1:7890", # 再例如 "https": "http://127.0.0.1:7890",
|
33 |
}
|
34 |
else:
|
35 |
proxies = None
|