From ea4ca0e3de6faaf7b7cf2ba881520c81bb95d3fe Mon Sep 17 00:00:00 2001 From: Dusan Vojacek Date: Fri, 12 Jun 2026 14:12:45 +0200 Subject: [PATCH] =?UTF-8?q?reauth.sh:=20pr=C3=A1zdn=C3=BD=20seznam=20vozid?= =?UTF-8?q?el=20=3D=20chyb=C3=AD=20partner=20registrace=20(ne=20sp=C3=A1ne?= =?UTF-8?q?k)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- deploy/tesla/reauth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/tesla/reauth.sh b/deploy/tesla/reauth.sh index dc7e35d..eed9330 100755 --- a/deploy/tesla/reauth.sh +++ b/deploy/tesla/reauth.sh @@ -60,7 +60,7 @@ async def m(): print("location scope:", "OK" if ds.get("latitude") is not None else f"CHYBI (HTTP {r2.status_code})") else: - print("auto spí — refresh OK, location doověřit po jízdě") + print("PRÁZDNÝ SEZNAM vozidel — chybí partner registrace pro tento client_id (docs §3); pozn.: public key hash je vázaný na app — po smazání app nutná rotace klíče (mv private.pem + setup_tesla_domain.sh)") if v is None else print("auto spí — refresh OK, location doověřit po jízdě") finally: await c.close() asyncio.run(m())