Browse Source

use default browser to show map

pull/3/head
psy 11 years ago
parent
commit
5c6d426a97
  1. 2
      main.py

2
main.py

@ -347,7 +347,7 @@ class bc(object):
pass pass
# open same browser of history access on a new tab # open same browser of history access on a new tab
try: try:
webbrowser.get(self.browser_path).open('http://127.0.0.1:8080', new=1) webbrowser.open('http://127.0.0.1:8080', new=1)
except: except:
print "Error: Browser is not responding correctly.\n" print "Error: Browser is not responding correctly.\n"
# run traceroutes # run traceroutes

Loading…
Cancel
Save