From 6b0488ed1b9c285be59ddea85bcafd140b382779 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Wed, 6 May 2020 07:42:11 +0200 Subject: [PATCH] Update plugin/telegram.py Co-authored-by: Jan Speller --- plugin/telegram.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin/telegram.py b/plugin/telegram.py index 5d6f44a..3a6322e 100644 --- a/plugin/telegram.py +++ b/plugin/telegram.py @@ -67,8 +67,7 @@ class BoswatchPlugin(PluginBase): def msg(self, bwPacket): """!Called on MSG packet - @param bwPacket: bwPacket instance - Remove if not implemented""" + @param bwPacket: bwPacket instance""" msg = self.parseWildcards(self.config.get("message_msg")) self._sendMessage(msg)