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

Commit cce1688

Browse files
committed
Using common function to open URL in browser.
Signed-off-by: Arun Prakash Jana <[email protected]>
1 parent ca66cc8 commit cce1688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class Result:
148148
if url == "":
149149
print("Showing in console as URL is empty\n")
150150
else:
151-
webbrowser.open(url)
151+
self.open()
152152
conn.close()
153153
sys.exit(0)
154154
# Print the title and the URL.

0 commit comments

Comments
 (0)