1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-12 10:58:54 -04:00

Remove webchat as a built in command.

Webchat will now be an extension that can be installed.
the extension is here:
https://github.com/hemna/aprsd-webchat-extension

Install it from git or pypi.
This commit is contained in:
2024-12-09 16:53:51 -05:00
parent c48ff8dfd4
commit 8f8887f0e4
63 changed files with 11 additions and 5172 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ class TestSendMessageCommand(unittest.TestCase):
if password:
CONF.aprs_network.password = password
CONF.admin.user = "admin"
CONF.admin.password = "password"
# CONF.aprsd_admin_extension.user = "admin"
# CONF.aprsd_admin_extension.password = "password"
@mock.patch("aprsd.log.log.setup_logging")
def test_no_tocallsign(self, mock_logging):