fix method name

This commit is contained in:
iLLiCiTiT 2019-12-12 11:05:18 +01:00
parent 474a0338af
commit 01626176dd

View file

@ -125,7 +125,7 @@ class SocketThread(threading.Thread):
def get_data_from_con(self, connection):
return connection.recv(16)
def handle_data(self, connection, data):
def _handle_data(self, connection, data):
if not data:
return