1
0
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:
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: 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: