mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
Revert "show how much time until rate limit reset"
This reverts commit 8f482cd41a.
This commit is contained in:
parent
8f482cd41a
commit
d1a8a610e9
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ def get_pr_diff(git_provider: GitProvider, token_handler: TokenHandler, model: s
|
|||
try:
|
||||
diff_files = list(git_provider.get_diff_files())
|
||||
except GithubException.RateLimitExceededException as e:
|
||||
logging.warning(f"Rate limit exceeded for GitHub API. The rate limit will be reset at {e.reset}.")
|
||||
logging.warning("Rate limit exceeded for GitHub API.")
|
||||
|
||||
# get pr languages
|
||||
pr_languages = sort_files_by_main_languages(git_provider.get_languages(), diff_files)
|
||||
|
|
|
|||
Loading…
Reference in a new issue