weitere operator hinzugefügt

This commit is contained in:
Kaaninchen
2026-07-18 12:59:49 +02:00
parent a9ef9633d0
commit 3d392c5fd3
3 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ async def _schedule_next_umstieg(bot, arrival_iso):
if wait_seconds > 0:
remaining = str(timedelta(seconds=wait_seconds))
logger(f"Um {arrival.strftime('%H:%M:%S')} gehts weiter (in {remaining.split("."[0])})!...")
logger(f"Um {arrival.strftime('%H:%M:%S')} gehts weiter (in {remaining.split(".")[0]})!...")
await asyncio.sleep(wait_seconds)
logger("Zug angekommen, wähle neue Verbindung...")
await rename_vc(bot, scheduled=True)