From 4916a12b6f2515b22b504c650bd97dd4c30c4471 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Wed, 23 Mar 2011 22:59:21 -0400 Subject: Tidy up the examples. --- examples/disco_browser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/disco_browser.py') diff --git a/examples/disco_browser.py b/examples/disco_browser.py index 0d746083..b2b96f95 100755 --- a/examples/disco_browser.py +++ b/examples/disco_browser.py @@ -113,7 +113,7 @@ class Disco(sleekxmpp.ClientXMPP): if self.get in self.identity_types: print('Identities:') for identity in info['disco_info']['identities']: - print(' - ', identity) + print(' - %s' % str(identity)) if self.get in self.feature_types: print('Features:') -- cgit v1.2.3