transitous rewrite: add IDs

This commit is contained in:
Kaaninchen
2026-08-18 14:14:10 +02:00
parent a6342ca039
commit 729f350924
7 changed files with 39 additions and 7 deletions
+1
View File
@@ -14,6 +14,7 @@ class DiscordConfig:
@dataclass
class ConnectionsConfig:
stations: list[str]
IDs: list[str]
blacklist: list[str]
min_duration: int
timezone: str