Skip to content

Commit

Permalink
refactor(dump-seeds-sleep): Cosmetic change for output
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Tatschner <[email protected]>
  • Loading branch information
emedav and rumpelsepp authored Aug 6, 2024
1 parent 206bebe commit f301967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gallia/commands/scan/uds/sa_dump_seeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ async def main(self, args: Namespace) -> None:
await self.ecu.set_session(session)

if args.sleep > 0:
logger.info(f"Sleeping for {args.sleep} seconds between seed requests...")
logger.info(f"Sleeping for {args.sleep} seconds between seed requests")
await asyncio.sleep(args.sleep)

await file.close()
Expand Down

0 comments on commit f301967

Please sign in to comment.