summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsunshine/lqsoft/pygadu/twisted_protocol.py1
1 files changed, 1 insertions, 0 deletions
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):