fix: addr param

This commit is contained in:
Xuwznln
2025-09-10 20:14:33 +08:00
parent 8cffd3dc21
commit 81bcc1907d

View File

@@ -228,6 +228,7 @@ def main():
elif args_dict["addr"] == "local":
print_status("使用本地环境地址", "info")
HTTPConfig.remote_addr = "http://127.0.0.1:48197/api/v1"
else:
HTTPConfig.remote_addr = args_dict.get("addr", "")
if args_dict["use_remote_resource"]: