ui - fix typo in instances helper

This commit is contained in:
florian 2024-04-08 21:13:55 +02:00
parent f44cb0ff11
commit fb85d398c8
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500

View file

@ -169,7 +169,7 @@ class Instances:
[
API(
f"http://{instance["hostname"]}:{str(instance["port"])}",
instance.server_name,
instance["server_name"],
)
]
)