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

Fixed registry url post

This commit is contained in:
2024-03-08 11:49:10 -05:00
parent 66004f639f
commit 2e9c9d40e1
+1 -1
View File
@@ -45,7 +45,7 @@ class APRSRegistryThread(aprsd_threads.APRSDThread):
}
try:
requests.post(
f"{CONF.aprs_registry.registry_url}/api/v1/register",
f"{CONF.aprs_registry.registry_url}",
json=info,
)
except Exception as e: