Skip to content
Snippets Groups Projects
Commit 1de511c0 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix indentation typo

parent 05a86e83
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment