mirror of
https://github.com/aclist/dztui.git
synced 2026-08-27 02:07:18 +02:00
fix: cast int to str
This commit is contained in:
parent
ed8e79455b
commit
ff0ced1c33
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user