mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-07 23:56:23 +01:00
Correct translation issues.
Correct py3 str model methods.
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user