Skip to content

Commit 65f5015

Browse files
committed
www.google.com is better than google.com.
1 parent 745b460 commit 65f5015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/scripts/google.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def main():
1616
arg = arg.replace(' ', '+')
1717
list.append(arg)
1818
s = '+'.join(list)
19-
url = "http://google.com/search?q=%s" % s
19+
url = "http://www.google.com/search?q=%s" % s
2020
webbrowser.open(url)
2121

2222
main()

0 commit comments

Comments
 (0)