20250116.1737043288

This commit is contained in:
fz0x1 2025-01-16 17:01:28 +01:00
parent bc93e6684e
commit 1e1510ee9e

View file

@ -251,7 +251,7 @@ def export():
print(f"There are some errors: {result.stderr}") print(f"There are some errors: {result.stderr}")
sys.exit(1) sys.exit(1)
geo_url = f"https://{owntracks_url}/api/0/locations" geo_url = f"{owntracks_url}/api/0/locations"
geo_headers = { geo_headers = {
"Authorization": f"Basic {base64.b64encode(owntracks_creds).decode()}" "Authorization": f"Basic {base64.b64encode(owntracks_creds).decode()}"
} }