From 15260bd52cc25c6a7e7c0b889a7408bce2834138 Mon Sep 17 00:00:00 2001 From: Hemna Date: Tue, 10 Dec 2024 11:48:27 -0500 Subject: [PATCH] removed email reference From the list-plugins command --- aprsd/cmds/list_plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aprsd/cmds/list_plugins.py b/aprsd/cmds/list_plugins.py index 5ff3f4d5..70229337 100644 --- a/aprsd/cmds/list_plugins.py +++ b/aprsd/cmds/list_plugins.py @@ -21,7 +21,7 @@ from aprsd import plugin as aprsd_plugin from aprsd.main import cli from aprsd.plugins import ( - email, fortune, location, notify, ping, time, version, weather, + fortune, location, notify, ping, time, version, weather, )