removed wrong curly braces

This commit is contained in:
Daniel Schick 2024-12-17 10:48:39 +01:00
parent 7813203790
commit 47da3ff475

View File

@ -242,7 +242,7 @@ def PutShipcalls(schemaModel):
affected_rows = commands.execute(query, param=schemaModel)
shipdata = get_ship_data_for_id(schemaModel["ship_id"])
message = {shipdata['name']}
message = shipdata['name']
if "type_value" in schemaModel:
match schemaModel["type_value"]:
case 1: