Skip to content

Commit 8354ecc

Browse files
committed
Added missing language attribute for repositories.
1 parent b6c06ec commit 8354ecc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

github2/repositories.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class Repository(BaseData):
1818
has_downloads = Attribute("If True, this repository has downloads.")
1919
has_wiki = Attribute("If True, this repository has a wiki.")
2020
has_issues = Attribute("If True, this repository has an issue tracker.")
21+
language = Attribute("Primary language for the repository.")
2122

2223
def _project(self):
2324
return self.owner + "/" + self.name

0 commit comments

Comments
 (0)