From 8eeb7415519e1caee4b4bbb38a7961e9dbe2effb Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 6 Aug 2008 00:10:19 -0500 Subject: [PATCH] Debugging --- plugin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index 42598a5..c046a37 100644 --- a/plugin.py +++ b/plugin.py @@ -46,7 +46,8 @@ class Shipping(callbacks.Plugin): .""" rss = utils.web.getUrl(self._tracking_rss % number) irc.reply(str(len(rss))) - print self._tracking_rss % number + dom = minidom.parseString(rss) + print dom ups = wrap(ups, ['text']) -- 2.11.4.GIT