Redirecting python script’s stdin to fifo results in RuntimeError: input(): lost sys.stdin
I have this python script that’s meant to function as a server which reads commands from stdin which is redirected to a fifo:
I have this python script that’s meant to function as a server which reads commands from stdin which is redirected to a fifo: