1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-04 23:24:55 -04:00

fixed list-plugins

This patch fixes the list-plugins and list-extensions.
Pypi changed their search page to require javascript, which
breaks python scripts....
This commit is contained in:
2025-01-03 16:52:10 -05:00
parent b1a830d54e
commit ec1adf4182
6 changed files with 62 additions and 64 deletions
+2 -2
View File
@@ -2,9 +2,9 @@ from unittest import mock
from oslo_config import cfg
from aprsd import (
from aprsd import ( # noqa: F401
client,
conf, # noqa: F401
conf,
packets,
)
from aprsd.plugins import notify as notify_plugin