Browse Source

fixed identation on main

pull/3/head
psy 11 years ago
parent
commit
8e8c5ccccb
  1. 3
      main.py

3
main.py

@ -270,8 +270,6 @@ class bc(object):
"""
Parse the lft to see if it produced any results, if not, run another LFT using a different method
"""
output = self.content.splitlines()
if output[-1] == "** [80/tcp no reply from target] Try advanced options (use -VV to see packets).":
@ -397,6 +395,7 @@ class bc(object):
if self.options.debug == True:
logfile.close()
self.old_url = url
print "\n"
self.hop_count = 0 # to start a new map
return

Loading…
Cancel
Save