mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-23 19:19:53 +00:00
Fix typo
This commit is contained in:
parent
63e0496c30
commit
2ce617b2ce
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ class xep_0060(base_plugin):
|
|||
"""
|
||||
return self.xmpp.plugin['xep_0030'].get_items(*args, **kwargs)
|
||||
|
||||
def get_item(self, jid, node, item_id, ifrom=None, blockTrue,
|
||||
def get_item(self, jid, node, item_id, ifrom=None, block=True,
|
||||
callback=None, timeout=None):
|
||||
"""
|
||||
Retrieve the content of an individual item.
|
||||
|
|
Loading…
Reference in a new issue