1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-04-13 23:18:44 -04:00

Fixed registry url post

This commit is contained in:
Hemna 2024-03-08 11:49:10 -05:00
parent 66004f639f
commit 2e9c9d40e1

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: