transitous rewrite: update README

This commit is contained in:
Kaaninchen
2026-08-18 13:24:08 +02:00
parent 5886c747fe
commit 4a73ec6ef2
14 changed files with 273 additions and 42 deletions
+1 -1
View File
@@ -16,8 +16,8 @@ class ConnectionsConfig:
stations: list[str]
blacklist: list[str]
min_duration: int
max_wait_time: int
timezone: str
max_wait_time: Optional[int] = None
max_duration: Optional[int] = None
@dataclass