mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 09:19:23 +01:00
classes: fix incorrect wrap_messages() stub
(cherry picked from commit 5731a301ce
)
This commit is contained in:
parent
85922cd376
commit
a178a92d6a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user