Commit aba250b9 authored by Cédric de Saint Martin's avatar Cédric de Saint Martin Committed by Cédric Le Ninivin

pubsub: print a few informations needed to debug.

parent 786d6380
......@@ -67,6 +67,8 @@ def main():
sys.stderr.write('%s\n' % command_stderr)
sys.exit(1)
print 'Fetching %s feed...' % args.feed_url[0]
feed = urllib2.urlopen(args.feed_url[0])
body = feed.read()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment