From 689d81565bba621bf2e9dd5e83af583383e2effa Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Wed, 6 May 2020 07:42:04 +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 ec043ea..5d6f44a 100644 --- a/plugin/telegram.py +++ b/plugin/telegram.py @@ -47,8 +47,7 @@ class BoswatchPlugin(PluginBase): def pocsag(self, bwPacket): """!Called on POCSAG alarm - @param bwPacket: bwPacket instance - Remove if not implemented""" + @param bwPacket: bwPacket instance""" msg = self.parseWildcards(self.config.get("message_pocsag", default="{RIC}({SRIC})\n{MSG}")) self._sendMessage(msg)