Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Using common function to open URL in browser.
Browse files Browse the repository at this point in the history
Signed-off-by: Arun Prakash Jana <[email protected]>
  • Loading branch information
jarun committed Sep 2, 2015
1 parent ca66cc8 commit cce1688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cce1688

Please sign in to comment.