Update plugin/telegram.py

Co-authored-by: Jan Speller <j-speller@outlook.com>
This commit is contained in:
Bastian Schroll 2020-05-06 07:42:04 +02:00 committed by GitHub
parent f79554f415
commit 689d81565b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)