Update config.py

This commit is contained in:
binary-husky 2023-05-01 23:28:28 +08:00 committed by GitHub
parent 96aceedd25
commit 33cd7068fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,8 @@ if USE_PROXY:
# 代理网络的地址,打开你的*学*网软件查看代理的协议(socks5/http)、地址(localhost)和端口(11284) # 代理网络的地址,打开你的*学*网软件查看代理的协议(socks5/http)、地址(localhost)和端口(11284)
proxies = { proxies = {
# [协议]:// [地址] :[端口] # [协议]:// [地址] :[端口]
"http": "socks5h://localhost:11284", "http": "socks5h://localhost:11284", # 再例如 "http": "http://127.0.0.1:7890",
"https": "socks5h://localhost:11284", "https": "socks5h://localhost:11284", # 再例如 "https": "http://127.0.0.1:7890",
} }
else: else:
proxies = None proxies = None
@ -71,4 +71,4 @@ CUSTOM_PATH = "/"
NEWBING_STYLE = "creative" # ["creative", "balanced", "precise"] NEWBING_STYLE = "creative" # ["creative", "balanced", "precise"]
NEWBING_COOKIES = """ NEWBING_COOKIES = """
your bing cookies here your bing cookies here
""" """