From a892f9f0e9b763322aaeec2557d89098735c2848 Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Mon, 3 Mar 2025 13:04:35 +0100 Subject: [PATCH] fix comma --- generator/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/core.py b/generator/core.py index 4e602f8..f5e3a72 100644 --- a/generator/core.py +++ b/generator/core.py @@ -254,7 +254,7 @@ class Machine(Subarea): "desc": machine_desc, "wikiurl": wikiurl, "actor_id": actor_id, - "actor_type": actor_type + "actor_type": actor_type, "initiator_id": initiator_id, "initiator_type": initiator_type }