From 7dfa4e6dbf1924b5ce1061e6be2d1a00ffd095d8 Mon Sep 17 00:00:00 2001 From: Hemna Date: Tue, 20 Dec 2022 15:13:13 -0500 Subject: [PATCH] Cleaned up PluginManager Added a separate pluggy track for normal plugins and watch list plugins. --- aprsd/threads/rx.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aprsd/threads/rx.py b/aprsd/threads/rx.py index 3df02fe..b860c46 100644 --- a/aprsd/threads/rx.py +++ b/aprsd/threads/rx.py @@ -191,7 +191,6 @@ class APRSDPluginProcessPacketThread(APRSDProcessPacketThread): LOG.error("Plugin failed!!!") LOG.exception(ex) - def process_our_message_packet(self, packet): """Send the packet through the plugins.""" from_call = packet.from_call