mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-22 13:04:25 +01:00
removed commented function and trailing spaces
This commit is contained in:
parent
9c87603a9e
commit
1812f2af53
@ -742,8 +742,6 @@ if __name__ == '__main__':
|
||||
callback=targetList, type='string',
|
||||
dest='targets', help='specify target IP address(es) and perform attack')
|
||||
|
||||
# def setGateway(option, opt, value, parser):
|
||||
# setattr(parser.values, option.dest, value)
|
||||
parser.add_option('-g', '--gateway', action='callback',
|
||||
callback=(lambda option, opt, value, parser: setattr(parser.values, option.dest, value)), type='string',
|
||||
dest='gateway', help='specify gateway IP address')
|
||||
|
Loading…
Reference in New Issue
Block a user