Loading examples/ring.py +2 −1 Original line number Diff line number Diff line Loading @@ -206,6 +206,7 @@ def main(): except socket.error as msg: logging.error("Socket died with: {}".format(msg)) if skt: skt.close() skt = None Loading Loading
examples/ring.py +2 −1 Original line number Diff line number Diff line Loading @@ -206,6 +206,7 @@ def main(): except socket.error as msg: logging.error("Socket died with: {}".format(msg)) if skt: skt.close() skt = None Loading