SFTtech / sftmumblebot

Mumble/IRC text chat bridge :microphone: :love_letter:
GNU General Public License v3.0
49 stars 16 forks source link

Re-instantiate socket to attempt TLSv1 without error. #3

Closed cydactyl closed 11 years ago

cydactyl commented 11 years ago

Added on line 80:

                s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
                s.connect((self._hostname, self._port))