transitous rewrite: via

This commit is contained in:
Kaaninchen
2026-08-16 15:59:08 +02:00
parent 1b0546ff4d
commit a75b12ea31
4 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ def get_random_connection(stop_id: str) -> str | None:
if not trip_ids:
logger("Couldn't find any connection", "error")
return None
print(trip_ids)
trip_id = random.choice(trip_ids)
from_station = None