Python 3.4 TLS fix
This commit is contained in:
parent
0b6bb7f932
commit
57fffaafc0
|
@ -171,7 +171,7 @@ class Connection(threading.Thread):
|
||||||
self.status = 'disconnecting'
|
self.status = 'disconnecting'
|
||||||
break
|
break
|
||||||
self.tls = True
|
self.tls = True
|
||||||
logging.debug('Established {} connection with {}:{}'.format(self.s.version(), self.host_print, self.port))
|
logging.debug('Established TLS connection with {}:{}'.format(self.host_print, self.port))
|
||||||
|
|
||||||
def _send_message(self, m):
|
def _send_message(self, m):
|
||||||
if type(m) == message.Message and m.command == b'object':
|
if type(m) == message.Message and m.command == b'object':
|
||||||
|
|
Loading…
Reference in New Issue
Block a user