shenghaoyang / pylcddc

Python LCDd client (LCDproc server client)
MIT License
9 stars 4 forks source link

Add fallback to socket.SOCK_STREAM #3

Closed easybe closed 3 years ago

easybe commented 3 years ago

SOCK_SEQPACKET is not available on macOS. This prevents following error:

OSError: [Errno 43] Protocol not supported

Fixes: #2