20250116.1737043288
This commit is contained in:
parent
bc93e6684e
commit
1e1510ee9e
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ def export():
|
|||
print(f"There are some errors: {result.stderr}")
|
||||
sys.exit(1)
|
||||
|
||||
geo_url = f"https://{owntracks_url}/api/0/locations"
|
||||
geo_url = f"{owntracks_url}/api/0/locations"
|
||||
geo_headers = {
|
||||
"Authorization": f"Basic {base64.b64encode(owntracks_creds).decode()}"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue