Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejgray committed Jul 5, 2024
1 parent e03c37f commit 2120cf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit 2120cf7

Please sign in to comment.