Skip to content

Commit

Permalink
google https protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
shagunattri committed Jan 30, 2021
1 parent 3c8e020 commit 594d97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srch
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def stackoverflow(args):
webbrowser.open(stackoverflow)

def google(args):
google = 'www.google.com/search?q=' + str(args)
google = 'https://www.google.com/search?q=' + str(args)
webbrowser.open(google)

def reddit(args):
Expand Down

0 comments on commit 594d97c

Please sign in to comment.