Skip to content
Snippets Groups Projects
Commit b4d8f99d authored by nkour's avatar nkour
Browse files

nothing

parent 2ea292c9
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,7 @@ def get_contact(self, account, jid, resource = None):
return None
def get_contacts_from_jid(self, account, jid):
''' we may have two or more resources on that jid '''
'''we may have two or more resources on that jid'''
if jid in self._contacts[account]:
contacts_instances = self._contacts[account][jid]
return contacts_instances
......
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