Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
ArjunSharda authored Aug 28, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2cb2238 commit a92e9b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Code/Searchor/__init__.py
Original file line number Diff line number Diff line change
@@ -54,3 +54,7 @@ def ExploreMicrosoft(query):
query_URL = "https://www.microsoft.com/en-us/search/explore?q=" + query
return query_URL

def SearchGitHub(query):
query = query.replace(" ", "+")
query_URL = "https://github.com/search?q=" + query
return query_URL

0 comments on commit a92e9b7

Please sign in to comment.