Skip to content

Commit

Permalink
Merge branch 'pr/56' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ignis-sec committed May 19, 2021
2 parents 686132a + 75d21c8 commit f1b3091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Markopy/src/CLI/markopy_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def cli_generate(model):
if(os.path.isfile(args.wordlist)):
logging.pprint(f"{args.wordlist} exists and will be overwritten.", 1)

model.Generate(int(args.count), args.wordlist, args.min, args.max)
model.Generate(int(args.count), args.wordlist, int(args.min), int(args.max))



Expand Down

0 comments on commit f1b3091

Please sign in to comment.