mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-03 12:14:40 -04:00
Add Client.__repr__
This commit is contained in:
parent
3d6c41538b
commit
59d4c88701
1 changed files with 3 additions and 0 deletions
|
@ -167,3 +167,6 @@ class Client(object):
|
|||
|
||||
def __str__(self):
|
||||
return u'<{}, {}>'.format(self.identifier, self.nick)
|
||||
|
||||
def __repr__(self):
|
||||
return self.__str__()
|
||||
|
|
Loading…
Add table
Reference in a new issue