update for new aprsd

This commit is contained in:
Hemna 2021-08-19 18:15:17 +00:00
parent 7fa7304423
commit 0c63bc5fcf
1 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@ LOG = logging.getLogger("APRSD")
class SlackNotifyPlugin(
base_plugin.SlackPluginBase,
plugin.APRSDNotificationPluginBase,
plugin.APRSDWatchListPluginBase,
):
"""SlackNotifyPlugin."""
version = aprsd_slack_plugin.__version__
def notify(self, packet):
def process(self, packet):
LOG.info("SlackCommandPlugin")
fromcall = packet["from"]