mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-07 08:34:40 -04:00
Added webchat command
This patch adds the new aprsd webchat command which shows a new webpage that allows you to aprsd chat with multiple callsigns
This commit is contained in:
@@ -15,7 +15,10 @@ F = t.TypeVar("F", bound=t.Callable[..., t.Any])
|
||||
class TestDevTestPluginCommand(unittest.TestCase):
|
||||
|
||||
def _build_config(self, login=None, password=None):
|
||||
config = {"aprs": {}}
|
||||
config = {
|
||||
"aprs": {},
|
||||
"aprsd": {"trace": False},
|
||||
}
|
||||
if login:
|
||||
config["aprs"]["login"] = login
|
||||
|
||||
|
||||
@@ -15,7 +15,10 @@ F = t.TypeVar("F", bound=t.Callable[..., t.Any])
|
||||
class TestSendMessageCommand(unittest.TestCase):
|
||||
|
||||
def _build_config(self, login=None, password=None):
|
||||
config = {"aprs": {}}
|
||||
config = {
|
||||
"aprs": {},
|
||||
"aprsd": {"trace": False},
|
||||
}
|
||||
if login:
|
||||
config["aprs"]["login"] = login
|
||||
|
||||
|
||||
Reference in New Issue
Block a user