mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-18 06:55:09 +00:00
revert to http
This commit is contained in:
parent
8325203413
commit
ac206e06ef
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class GHClient:
|
|||
return User(await http.get_user(self.session, username), self.session)
|
||||
|
||||
async def get_repo(self, owner: str, repo_name: str) -> Repository:
|
||||
"""Fetch a Github repository from it's name."""
|
||||
"""Fetch aGithub repository from it's name."""
|
||||
return Repository(await http.get_repo_from_name(self.session, owner, repo_name), self.session)
|
||||
|
||||
async def get_org(self, org_name: str) -> 'Org':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue