Skip to content

Commit

Permalink
refactor python LidoTool, LinkChecker
Browse files Browse the repository at this point in the history
  • Loading branch information
mokko committed Oct 24, 2023
1 parent 4f193f7 commit d8c2964
Show file tree
Hide file tree
Showing 4 changed files with 308 additions and 270 deletions.
2 changes: 1 addition & 1 deletion zml2lido/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def lido():
print(f"JOB: {args.job}")

lt = LidoTool(
Input=args.input, force=args.force, validation=args.validate, chunks=args.chunks
src=args.input, force=args.force, validation=args.validate, chunks=args.chunks
)
lt.execute(args.job)

Expand Down
Loading

0 comments on commit d8c2964

Please sign in to comment.