Update subfix_webui.py

This commit is contained in:
RVC-Boss 2025-05-29 10:43:48 +08:00 committed by GitHub
parent acd68355c9
commit fafe4e7f12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,3 @@
# -*- coding: gbk -*-
import sys
from tools.i18n.i18n import I18nAuto, scan_language_list
language = sys.argv[-1] if sys.argv[-1] in scan_language_list() else "Auto"