transitous rewrite: improved via

This commit is contained in:
Kaaninchen
2026-08-17 15:33:14 +02:00
parent 21146fff86
commit 842c944faa
5 changed files with 54 additions and 12 deletions
-1
View File
@@ -18,7 +18,6 @@ async def rename_vc(bot: discord.Bot, voice_channel, from_scheduler: bool = Fals
trip = choose_connection()
while trip is None and attempt < max_attempt:
attempt += 1
logger(f"Attempt {attempt}: Failed to select route, retrying...", "error")
trip = choose_connection()
if trip is None: