fix: cast int to str

This commit is contained in:
aclist 2026-05-10 00:24:17 +09:00
parent ed8e79455b
commit ff0ced1c33

View File

@ -94,7 +94,7 @@ def connect(addr: str, appid: int, name: str, mods: list[str]) -> None:
params = [
"steam",
"-applaunch",
appid,
str(appid),
f"-connect={addr}",
"-nolauncher",
"-nosplash",