Skip to content

Commit faa1af7

Browse files
committed
adding team slug
1 parent 29fa223 commit faa1af7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

github3/orgs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ def _update_attributes(self, team):
4444
self._api = team.get('url', '')
4545
#: This team's name.
4646
self.name = team.get('name')
47+
#: This team's slug.
48+
self.slug = team.get('slug')
4749
#: Unique ID of the team.
4850
self.id = team.get('id')
4951
#: Permission level of the group.

0 commit comments

Comments
 (0)