Fix typo
This commit is contained in:
parent
63e0496c30
commit
2ce617b2ce
@ -325,7 +325,7 @@ class xep_0060(base_plugin):
|
|||||||
"""
|
"""
|
||||||
return self.xmpp.plugin['xep_0030'].get_items(*args, **kwargs)
|
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):
|
callback=None, timeout=None):
|
||||||
"""
|
"""
|
||||||
Retrieve the content of an individual item.
|
Retrieve the content of an individual item.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user