mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +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):
|
||||
return connection.recv(16)
|
||||
|
||||
def handle_data(self, connection, data):
|
||||
def _handle_data(self, connection, data):
|
||||
if not data:
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue