File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ class Parallel(object):
2020 >>> import os
2121 >>> p = Parallel()
2222 >>> r1 = html(parallel=p)
23- >>> retval = r1.execute('http://shop.ebay .com/i.html?rt=nc&_nkw=mytouch+slide&_dmpt=PDA_Accessories&_rss=1 ')
23+ >>> retval = r1.execute('http://feeds.feedburner .com/slashdot/audio?format=xml ')
2424 >>> r2 = finding(parallel=p, config_file=os.environ.get('EBAY_YAML'))
2525 >>> retval = r2.execute('findItemsAdvanced', {'keywords': 'shoes'})
2626 >>> r3 = shopping(parallel=p, config_file=os.environ.get('EBAY_YAML'))
@@ -29,7 +29,7 @@ class Parallel(object):
2929 >>> print(p.error())
3030 None
3131 >>> print(r1.response.reply.rss.channel.ttl)
32- 60
32+ 2
3333 >>> print(r2.response.dict()['ack'])
3434 Success
3535 >>> print(r3.response.reply.Ack)
You can’t perform that action at this time.
0 commit comments