From cce1688701d2a2f7568a22f7e94baaf413ce51dc Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Thu, 3 Sep 2015 04:36:42 +0530 Subject: [PATCH] Using common function to open URL in browser. Signed-off-by: Arun Prakash Jana --- google | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google b/google index a634a15..cf3c2cd 100755 --- a/google +++ b/google @@ -148,7 +148,7 @@ class Result: if url == "": print("Showing in console as URL is empty\n") else: - webbrowser.open(url) + self.open() conn.close() sys.exit(0) # Print the title and the URL.