mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-03 12:14:40 -04:00
Fix UnicodeEncodeError in debug mode with Python 2
This commit is contained in:
parent
f209573d04
commit
992d35ec87
1 changed files with 1 additions and 1 deletions
|
@ -132,4 +132,4 @@ class Client(object):
|
|||
self.bans += 1
|
||||
|
||||
def __str__(self):
|
||||
return '<{},{}>'.format(self.identifier, self.nick)
|
||||
return u'<{},{}>'.format(self.identifier, self.nick)
|
||||
|
|
Loading…
Add table
Reference in a new issue