Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Pymmdrza committed Aug 24, 2024
1 parent da3ab84 commit 3721e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cryptofuzz/CLI.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ def example_generate(genSize, args):


# Main function (entry point)
def main():
def mainWork():
if len(sys.argv) > 1:
args = parse_arguments()

Expand Down Expand Up @@ -519,4 +519,4 @@ def main():


if __name__ == "__main__":
main()
mainWork()

0 comments on commit 3721e73

Please sign in to comment.