diff libervia.py @ 141:a5e9aa1f9c0c

browser side: fixed avatars
author Goffi <goffi@goffi.org>
date Wed, 21 Nov 2012 23:41:53 +0100
parents b6658f3ac8a0
children d15fbb208ba0
line wrap: on
line diff
--- a/libervia.py	Wed Nov 14 22:24:07 2012 +0100
+++ b/libervia.py	Wed Nov 21 23:41:53 2012 +0100
@@ -451,7 +451,6 @@
 
     def _entityDataUpdatedCb(self, entity_jid_s, key, value):
         if key == "avatar":
-            entity_jid_s = value['entity_jid_s']
             avatar = '/avatars/%s' % value
 
             self.avatars_cache[entity_jid_s] = avatar