Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gh_org_mgr/_gh_org.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def login(

def ratelimit(self):
"""Print current rate limit"""
core = self.gh.get_rate_limit().core
core = self.gh.get_rate_limit().resources.core
logging.info(
"Current rate limit: %s/%s (reset: %s)", core.remaining, core.limit, core.reset
)
Expand Down
Loading