typo
This commit is contained in:
parent
840252a367
commit
d9fc6234be
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@ class Interface:
|
||||||
array['resource']):
|
array['resource']):
|
||||||
win = self.windows[account]['chats'][array['jid'] + '/' + \
|
win = self.windows[account]['chats'][array['jid'] + '/' + \
|
||||||
array['resource']]
|
array['resource']]
|
||||||
if win
|
if win:
|
||||||
win.set_avatar(array)
|
win.set_avatar(array)
|
||||||
|
|
||||||
def handle_event_os_info(self, account, array):
|
def handle_event_os_info(self, account, array):
|
||||||
|
|
Loading…
Add table
Reference in a new issue