mirror of
https://github.com/python/cpython.git
synced 2024-11-27 20:04:41 +08:00
www.google.com is better than google.com.
This commit is contained in:
parent
745b4609cb
commit
65f50156cd
@ -16,7 +16,7 @@ def main():
|
||||
arg = arg.replace(' ', '+')
|
||||
list.append(arg)
|
||||
s = '+'.join(list)
|
||||
url = "http://google.com/search?q=%s" % s
|
||||
url = "http://www.google.com/search?q=%s" % s
|
||||
webbrowser.open(url)
|
||||
|
||||
main()
|
||||
|
Loading…
Reference in New Issue
Block a user