mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-04 12:44:40 -04:00
remove __format__ from Client (blocks using .format())
This commit is contained in:
parent
63d3f69c3c
commit
5ea493329d
1 changed files with 0 additions and 3 deletions
|
@ -115,9 +115,6 @@ class Client:
|
|||
def __str__(self):
|
||||
return '<{},{}>'.format(self.identifier, self.nick)
|
||||
|
||||
def __format__(self):
|
||||
return self.__str__()
|
||||
|
||||
def __getitem__(self, item):
|
||||
return {
|
||||
'identifier': self.identifier,
|
||||
|
|
Loading…
Add table
Reference in a new issue