From 2120cf7cf13ddd6bc7102e2ff9187dec1ca714f8 Mon Sep 17 00:00:00 2001 From: Mike Gray Date: Fri, 5 Jul 2024 12:40:41 -0500 Subject: [PATCH] fix bug --- __init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/__init__.py b/__init__.py index e7713ad..a937e6b 100644 --- a/__init__.py +++ b/__init__.py @@ -123,6 +123,7 @@ def handle_robotic_laws_intent(self, message: Message): self.speak_dialog("rule1") self.speak_dialog("rule2") self.speak_dialog("rule3") + return # lingua-franca currently returns a number, but let's not trust, let's ensure law = str(law) if law == "1":