From c94327b58b99bc1d4380f026f8e592efd265b357 Mon Sep 17 00:00:00 2001 From: panicbit Date: Sat, 12 Oct 2019 18:30:22 +0200 Subject: Remove @staticmethod --- modules/commands/outs.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules') 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 -- cgit v1.3.1-10-gc9f91