mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-18 15:52:10 +00:00
sx
This commit is contained in:
@@ -29,6 +29,7 @@ let json.parse credentials = file.contents("/home/pi/Conjurer/icecast_credentia
|
|||||||
def queue_processing()
|
def queue_processing()
|
||||||
f1=file.read("/home/pi/Conjurer/request.playlist")
|
f1=file.read("/home/pi/Conjurer/request.playlist")
|
||||||
text = f1()
|
text = f1()
|
||||||
|
f1.close()
|
||||||
if text != "" then
|
if text != "" then
|
||||||
requests_queue.push.uri(text)
|
requests_queue.push.uri(text)
|
||||||
file.remove("/home/pi/Conjurer/request.playlist")
|
file.remove("/home/pi/Conjurer/request.playlist")
|
||||||
|
|||||||
Reference in New Issue
Block a user