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 13c9ca8 commit e95abad
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 @@ -47,7 +47,7 @@ def CString(s):
if s[len(s)-1] != '\0' :
s = s + '\0'
return s
"""def waitForNewSession():
def waitForNewSession():
fv = open("/var/lib/snips/skills/session","r")
session = int(PyString(fv.read()))
fv.close()
Expand All @@ -57,7 +57,7 @@ def CString(s):
fv.write(CString('0002'))
fv.close()
time.sleep(.1)
"""

def intents_callback(hermes, intentMessage) :
links = {"RFI":"http://live02.rfi.fr/rfimonde-96k.mp3",\
"Hardcore":"http://dir.xiph.org/listen/2126093/listen.mp3",\
Expand Down

0 comments on commit e95abad

Please sign in to comment.