From 6d661dd12c09476ee9e784ebc3fba3a1f42f7651 Mon Sep 17 00:00:00 2001 From: void-spark <81029971+void-spark@users.noreply.github.com> Date: Mon, 11 May 2026 22:29:37 +0200 Subject: [PATCH] I did add a ';' from habit, removed again, must please the bunny :) --- front/plugins/kea_api/script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/plugins/kea_api/script.py b/front/plugins/kea_api/script.py index a772929d..9dc72d8c 100644 --- a/front/plugins/kea_api/script.py +++ b/front/plugins/kea_api/script.py @@ -35,7 +35,7 @@ def main(): count = 0 for entry in data: - text = entry.get('text', '[API provided no text]'); + text = entry.get('text', '[API provided no text]') # Result: 0 (success), 1 (error), or 3 (empty). if entry['result'] == 0: leases = entry['arguments']['leases']