3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

classes: fix incorrect wrap_messages() stub

(cherry picked from commit 5731a301ce)
This commit is contained in:
James Lu 2019-02-10 13:00:53 -08:00
parent 85922cd376
commit a178a92d6a

View File

@ -1520,7 +1520,7 @@ class PyLinkNetworkCoreWithUtils(PyLinkNetworkCore):
return sname
return uid # Regular UID, no change
def wrap_message(self, source, target, command, text):
def wrap_message(self, source, target, text):
"""
Wraps the given message text into multiple lines (length depends on how much the protocol
allows), and returns these as a list.