fix a typo
This commit is contained in:
parent
623fb84c91
commit
06e87eebdf
|
@ -855,7 +855,7 @@ class Connection:
|
|||
p.setStatus(msg)
|
||||
if signed:
|
||||
p.setTag(common.xmpp.NS_SIGNED + ' x').setData(signed)
|
||||
if connection:
|
||||
if self.connection:
|
||||
self.connection.send(p)
|
||||
self.dispatch('STATUS', show)
|
||||
|
||||
|
|
Loading…
Reference in New Issue