Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ratelimit context to RateLimitError instance (rl_limit, rl_reset) #77

Merged
merged 5 commits into from
Sep 2, 2019

Conversation

ramonsaraiva
Copy link
Owner

Closes #30

@codecov-io
Copy link

Codecov Report

Merging #77 into master will decrease coverage by 0.09%.
The diff coverage is 28.57%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #77     +/-   ##
=========================================
- Coverage   43.11%   43.02%   -0.1%     
=========================================
  Files          11       11             
  Lines         770      774      +4     
  Branches       36       36             
=========================================
+ Hits          332      333      +1     
- Misses        438      441      +3
Impacted Files Coverage Δ
pubg_python/clients.py 57.69% <0%> (ø) ⬆️
pubg_python/exceptions.py 72.41% <33.33%> (-7.59%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 985d5d2...c59f8dc. Read the comment docs.

@ramonsaraiva ramonsaraiva merged commit 117fe41 into master Sep 2, 2019
@ramonsaraiva ramonsaraiva deleted the ratelimit-context branch July 17, 2020 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RateLimitError Auto-Handling
2 participants