Skip to content

Commit

Permalink
Update action-louisros.radio.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kheperV3 authored Aug 26, 2018
1 parent 224d118 commit 6068e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action-louisros.radio.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ def intents_callback(hermes, intentMessage) :
with Hermes(MQTT_ADDR) as h:
h.subscribe_intents(intents_callback)
while True:
loop_start()
h.loop_start()
sleep(.1)
loop_stop()
h.loop_stop()



Expand Down

0 comments on commit 6068e78

Please sign in to comment.