mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix method name
This commit is contained in:
parent
474a0338af
commit
01626176dd
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ class SocketThread(threading.Thread):
|
||||||
def get_data_from_con(self, connection):
|
def get_data_from_con(self, connection):
|
||||||
return connection.recv(16)
|
return connection.recv(16)
|
||||||
|
|
||||||
def handle_data(self, connection, data):
|
def _handle_data(self, connection, data):
|
||||||
if not data:
|
if not data:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue