mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-23 19:19:53 +00:00
Fix method call error.
This commit is contained in:
parent
4487a90623
commit
a5d53b3349
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class Roster(object):
|
|||
key -- Return the roster for this JID.
|
||||
"""
|
||||
if key not in self._rosters:
|
||||
self.add(key, self.db)
|
||||
self.add(key)
|
||||
self._rosters[key].auto_authorize = self.auto_authorize
|
||||
self._rosters[key].auto_subscribe = self.auto_subscribe
|
||||
return self._rosters[key]
|
||||
|
|
Loading…
Reference in a new issue