diff --git a/modules/commands/outs.py b/modules/commands/outs.py index a1733d18..c81883ab 100644 --- a/modules/commands/outs.py +++ b/modules/commands/outs.py @@ -64,8 +64,7 @@ class Out(object): sent_line = self.server.send(line) - @staticmethod - def _adjust_to_word_boundaries(left, right): + def _adjust_to_word_boundaries(self, left, right): if right[0] == WORD_BOUNDARY: return left, right