From 9469410929abed2947db41dca03ded7650365566 Mon Sep 17 00:00:00 2001 From: Hemna Date: Tue, 9 Nov 2021 15:02:54 -0500 Subject: [PATCH] Removed stock plugin. --- aprsd/plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aprsd/plugin.py b/aprsd/plugin.py index 751b97b..2257c8b 100644 --- a/aprsd/plugin.py +++ b/aprsd/plugin.py @@ -24,7 +24,6 @@ CORE_MESSAGE_PLUGINS = [ "aprsd.plugins.location.LocationPlugin", "aprsd.plugins.ping.PingPlugin", "aprsd.plugins.query.QueryPlugin", - "aprsd.plugins.stock.StockPlugin", "aprsd.plugins.time.TimePlugin", "aprsd.plugins.weather.USWeatherPlugin", "aprsd.plugins.version.VersionPlugin",