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