From 94dcfec8b0a638bbae7b818caf4f9d30e00b7243 Mon Sep 17 00:00:00 2001 From: Krzysztof Klinikowski Date: Sat, 30 Oct 2010 13:57:29 +0200 Subject: Some more Signed-off-by: Krzysztof Klinikowski --- sunshine/lqsoft/pygadu/twisted_protocol.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sunshine/lqsoft/pygadu/twisted_protocol.py b/sunshine/lqsoft/pygadu/twisted_protocol.py index 1d1cbef..ac59fb2 100755 --- a/sunshine/lqsoft/pygadu/twisted_protocol.py +++ b/sunshine/lqsoft/pygadu/twisted_protocol.py @@ -145,6 +145,7 @@ class GaduClient(Protocol): print repr(msg) print repr(msg.contacts) for struct in msg.contacts: + print struct self.user_profile._updateContact(struct) def _handleMessageInPacket(self, msg): -- cgit v1.2.3