Browse Source

solved indentation erros

pull/3/head
rscmbbng 11 years ago
parent
commit
cba0658121
  1. 3
      main.py

3
main.py

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/local/bin/python
# -*- coding: iso-8859-15 -*-
"""
BC (Border-Check) is a tool to retrieve info of traceroute tests over website navigation routes.
@ -250,4 +250,3 @@ if __name__ == "__main__":
if options:
app.set_options(options)
app.run()

Loading…
Cancel
Save