1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-11 18:38:48 -04:00

Fixed default service registry url

This commit is contained in:
2024-02-27 15:10:21 -05:00
parent e9c48c1914
commit cb291de047
+1 -1
View File
@@ -245,7 +245,7 @@ registry_opts = [
),
cfg.StrOpt(
"registry_url",
default="https://aprs.hemna.com",
default="https://aprs.hemna.com/api/v1/registry",
help="The APRS registry domain name to send the information to.",
),
cfg.StrOpt(