SayanoAI/RVC-Studio

NameError: name "urllib" is not defined

AlexeyArtemev opened this issue · 1 comments

file webui/components.py, line 168:
with urllib.request.urlopen(url) as response:

the problem is that no import for urllib was declared in the file. please provide a hotfix

should be fixed now in one of the latest commits