Skip to content

Commit

Permalink
Update __init__.py: fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
mushie4282 authored Apr 20, 2024
1 parent d1b11f7 commit 65e1aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def handle_read_sensor(self, message):
"""This is a Padatious intent handler.
It is triggered using a list of sample phrases."""
self.log.info("Reading external MQ-2 sensor")
self.speak_dialog("read_sensor.dialog")
self.speak_dialog("read_sensor")
self.speak(str(self.sensor.getSensorVal()))

# @intent_handler(IntentBuilder("HelloWorldIntent").require("HelloWorldKeyword"))
Expand Down

0 comments on commit 65e1aa6

Please sign in to comment.