Skip to content

Commit

Permalink
PEP 8 corrections
Browse files Browse the repository at this point in the history
E261 at least two spaces before inline comment .
  • Loading branch information
rstoikos authored Apr 15, 2017
1 parent 1417d5e commit ff2a135
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Exploit(exploits.Exploit):
}

target = exploits.Option('', 'Target address e.g. http://192.168.1.1', validators=validators.url) # target address
port = exploits.Option(80, 'Target port') # default port
port = exploits.Option(80, 'Target port') # default port
show_command = exploits.Option('show startup-config', 'Command to be executed e.g show startup-config')

def check(self):
Expand Down

0 comments on commit ff2a135

Please sign in to comment.