Skip to content

Commit

Permalink
update search
Browse files Browse the repository at this point in the history
  • Loading branch information
Hk669 committed Jul 22, 2024
1 parent b3b0ae0 commit 40ee13d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ async def main(language_topics,
if access_token:
octokit = Octokit(access_token, session)
else:
# octokit = Octokit(GPAT, session)
raise ValueError("Access token not found")
# octokit = Octokit(GPAT, session)

languages = language_topics["languages"] if language_topics["languages"] else []
languages = extra_languages + languages if extra_languages else languages
Expand Down

0 comments on commit 40ee13d

Please sign in to comment.