mirror of
https://github.com/craigerl/aprsd.git
synced 2025-07-29 20:02:27 -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:
|
try:
|
||||||
requests.post(
|
requests.post(
|
||||||
f"{CONF.aprs_registry.registry_url}/api/v1/register",
|
f"{CONF.aprs_registry.registry_url}",
|
||||||
json=info,
|
json=info,
|
||||||
)
|
)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user