Problem with Websocket in python

0

I have an error in python, I am working with webSocket:

[Errno 98] Address already in use try

I know this originates because the process is already running, how can I validate this, so that it is ignored when it is created and does not generate the error?

    
asked by Alejandro 17.04.2018 в 22:46
source

0 answers