feat(toolbox): 支持rar格式与7z格式解压,修改了下注释

This commit is contained in:
JasonGuo1 2023-03-30 15:48:00 +08:00
parent d57d529aa1
commit 6d8c8cd3f0

View File

@ -14,7 +14,6 @@ if USE_PROXY:
# 代理网络的地址,打开你的科学上网软件查看代理的协议(socks5/http)、地址(localhost)和端口(11284)
proxies = { "http": "socks5h://localhost:11284", "https": "socks5h://localhost:11284", }
print('网络代理状态:运行。')
else:
proxies = None