Skip to content

Commit

Permalink
Split a long line in two
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishigh1 committed Dec 29, 2023
1 parent 7fec190 commit d418c70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LinksAwakeningClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,8 @@ async def wait_for_retroarch_connection(self):
await asyncio.sleep(1.0)
continue
self.stop_bizhawk_spam = False
logger.info(f"Connected to Retroarch {version.decode('ascii', errors='replace')} running {rom_name.decode('ascii', errors='replace')}")
logger.info(f"Connected to Retroarch {version.decode('ascii', errors='replace')} "
f"running {rom_name.decode('ascii', errors='replace')}")
return
except (BlockingIOError, TimeoutError, ConnectionResetError):
await asyncio.sleep(1.0)
Expand Down

0 comments on commit d418c70

Please sign in to comment.