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 28, 2018
1 parent 90a8075 commit 6bec68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action-louisros.radio.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def intents_callback(hermes, intentMessage) :
fv.close()
if session == 1:
h.publish_start_session_action('default','',['louisros:time','louisros:stopRadio','louisros:changeVolume',\
'louisros:selectStation','louisros:today','louisros:tomorrow'],True,'button')
'louisros:selectStation'],True,'button')
fv =open("/var/lib/snips/skills/session","w")
fv.write(CString('0002'))
fv.close()
Expand Down

0 comments on commit 6bec68d

Please sign in to comment.