Skip to content

Commit

Permalink
update https in uri
Browse files Browse the repository at this point in the history
  • Loading branch information
shagunattri committed Jan 30, 2021
1 parent 594d97c commit 5739e47
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 @@ -87,7 +87,7 @@ def quora(args):
webbrowser.open(quora)

def url(args):
uri =str(args)
uri ='https://' + str(args)
webbrowser.open(uri)

def freecodecamp(args):
Expand Down

0 comments on commit 5739e47

Please sign in to comment.