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 27, 2018
1 parent 46e3a24 commit f2a0d97
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('localhost','oui cher maître',False,['louisros:time','louisros:stopRadio','louisros:changeVolume','louisros:selectStation'],'button')
h.publish_start_session_action('localhost','oui cher maître',True,['louisros:time','louisros:stopRadio','louisros:changeVolume','louisros:selectStation'],'button')
fv =open("/var/lib/snips/skills/session","w")
fv.write(CString('0002'))
fv.close()
Expand Down

0 comments on commit f2a0d97

Please sign in to comment.