Update config.py
This commit is contained in:
		
							parent
							
								
									96aceedd25
								
							
						
					
					
						commit
						33cd7068fb
					
				@ -13,8 +13,8 @@ if USE_PROXY:
 | 
			
		||||
    # 代理网络的地址,打开你的*学*网软件查看代理的协议(socks5/http)、地址(localhost)和端口(11284)
 | 
			
		||||
    proxies = {
 | 
			
		||||
        #          [协议]://  [地址]  :[端口]
 | 
			
		||||
        "http":  "socks5h://localhost:11284",
 | 
			
		||||
        "https": "socks5h://localhost:11284",
 | 
			
		||||
        "http":  "socks5h://localhost:11284",  # 再例如  "http":  "http://127.0.0.1:7890",
 | 
			
		||||
        "https": "socks5h://localhost:11284",  # 再例如  "https": "http://127.0.0.1:7890",
 | 
			
		||||
    }
 | 
			
		||||
else:
 | 
			
		||||
    proxies = None
 | 
			
		||||
@ -71,4 +71,4 @@ CUSTOM_PATH = "/"
 | 
			
		||||
NEWBING_STYLE = "creative"  # ["creative", "balanced", "precise"]
 | 
			
		||||
NEWBING_COOKIES = """
 | 
			
		||||
your bing cookies here
 | 
			
		||||
"""
 | 
			
		||||
"""
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user