mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-06 03:57:44 +08:00
删除多余的调试代码
禁用SOCK代理
This commit is contained in:
parent
a0af8c32de
commit
a770d3c985
1
webui.py
1
webui.py
@ -29,7 +29,6 @@ os.environ["all_proxy"] = ""
|
|||||||
|
|
||||||
for site_packages_root in site_packages_roots:
|
for site_packages_root in site_packages_roots:
|
||||||
if os.path.exists(site_packages_root):
|
if os.path.exists(site_packages_root):
|
||||||
print(site_packages_roots)
|
|
||||||
try:
|
try:
|
||||||
with open("%s/users.pth" % (site_packages_root), "w+") as f:
|
with open("%s/users.pth" % (site_packages_root), "w+") as f:
|
||||||
f.write(
|
f.write(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user