fix(satellite): fehlender Path-Import — Crash-Loop beim Start (_creds_load)

Der Credential-Store nutzt pathlib.Path, das Modul importierte es aber nicht
-> NameError in _creds_load(), Satellit crashte in Endlosschleife beim Start.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-09-19 17:40:30 +02:00
co-authored by Claude Opus 4.8
parent f9cc10433a
commit ea0c7e21f8
+1
View File
@@ -35,6 +35,7 @@ import re
import socket
import struct
import time
from pathlib import Path
from typing import Optional
import websockets