diff --git a/examples/nmapAnswerMachine.py b/examples/nmapAnswerMachine.py index df329a9e76..11199f44c6 100755 --- a/examples/nmapAnswerMachine.py +++ b/examples/nmapAnswerMachine.py @@ -1040,7 +1040,7 @@ def usage(): if __name__ == '__main__': # Init the example's logger theme - print(vesrion.WARNING_BANNER) + print(version.WARNING_BANNER) logger.init() main()