Skip to content

Commit

Permalink
Removing commented args
Browse files Browse the repository at this point in the history
  • Loading branch information
mikechabot committed Aug 8, 2018
1 parent ecac19f commit 43da77e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spoofer/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

cli_subparser = subparsers.add_parser('cli', help='Pass arguments directly')
cli_subparser.set_defaults(func=cli.run)
# cli.add_argument('--host', dest='host', required=True, type=str, help='SMTP hostname')
# cli.add_argument('--port', dest='port', required=True, type=int, help='SMTP port number')

# Mutually exclude "--noauth" and "--username"
noauth_or_username = cli_subparser.add_mutually_exclusive_group(required=True)
Expand Down

0 comments on commit 43da77e

Please sign in to comment.