From 5c6d426a977fbfe070ef79290d367719f0f00233 Mon Sep 17 00:00:00 2001 From: psy Date: Sun, 8 Sep 2013 10:07:53 -0700 Subject: [PATCH] use default browser to show map --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 2a6cc74..a99f487 100644 --- a/main.py +++ b/main.py @@ -347,7 +347,7 @@ class bc(object): pass # open same browser of history access on a new tab 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: print "Error: Browser is not responding correctly.\n" # run traceroutes