1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-04-19 09:49:01 -04:00

removed email reference

From the list-plugins command
This commit is contained in:
Hemna 2024-12-10 11:48:27 -05:00
parent ae28dbb0e6
commit fcd1629fde

View File

@ -21,7 +21,7 @@ from aprsd import cli_helper
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,
)