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:
parent
66004f639f
commit
2e9c9d40e1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user