Correct translation issues.

Correct py3 str model methods.
This commit is contained in:
Adarnof
2017-04-07 00:23:25 -04:00
parent 96b04a269d
commit 87973951b8
7 changed files with 14 additions and 18 deletions

View File

@@ -57,7 +57,7 @@ class Teamspeak3Manager:
sanatized = "[" + corp_ticker + "]" + username
return sanatized[:30]
def _get_userid(self, uid)::
def _get_userid(self, uid):
logger.debug("Looking for uid %s on TS3 server." % uid)
try:
ret = self.server.send_command('customsearch', {'ident': 'sso_uid', 'pattern': uid})