fix indentation typo
This commit is contained in:
parent
05a86e8357
commit
1de511c0fd
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ def get_server_from_jid(jid):
|
|||
def get_resource_from_jid(jid):
|
||||
tokens = jid.split('/', 1)
|
||||
if len(tokens) > 1:
|
||||
return tokens[1]
|
||||
return tokens[1]
|
||||
|
||||
def get_name_and_server_from_jid(jid):
|
||||
name = get_nick_from_jid(jid)
|
||||
|
|
Loading…
Add table
Reference in a new issue