mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 11:21:16 +00:00
Fix Organization display name
This commit is contained in:
@@ -59,7 +59,7 @@ class Organization(github.GithubObject.CompletableGithubObject):
|
||||
"""
|
||||
|
||||
def __repr__(self):
|
||||
return self.get__repr__({"id": self._id.value, "name": self._name.value})
|
||||
return self.get__repr__({"login": self._login.value})
|
||||
|
||||
@property
|
||||
def avatar_url(self):
|
||||
|
||||
Reference in New Issue
Block a user