From 5731a301ce98400e77108b3f6dbc98d675c0a902 Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 10 Feb 2019 13:00:53 -0800 Subject: [PATCH] classes: fix incorrect wrap_messages() stub --- classes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes.py b/classes.py index 24cf8c6..62c100e 100644 --- a/classes.py +++ b/classes.py @@ -1521,7 +1521,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.