Ok, sorry about that. One thing you can try is using the `tee` command line to 
say the output from your python script:
```
def spreq () =
ret = list.hd(default="",get_process_lines("python3 /spradio/djcontrol.py next 
| tee /tmp/python-scrip.log"))
log(""^quote(ret))
request.create(ret)
end
```
Then we can see what comes out of that pipe and test it with `cat` also.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/697#issuecomment-458175361
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to