We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa9807 commit e0ee1f1Copy full SHA for e0ee1f1
ebaysdk/parallel.py
@@ -20,7 +20,7 @@ class Parallel(object):
20
>>> import os
21
>>> p = Parallel()
22
>>> r1 = html(parallel=p)
23
- >>> retval = r1.execute('http://shop.ebay.com/i.html?rt=nc&_nkw=mytouch+slide&_dmpt=PDA_Accessories&_rss=1')
+ >>> retval = r1.execute('http://feeds.feedburner.com/slashdot/audio?format=xml')
24
>>> r2 = finding(parallel=p, config_file=os.environ.get('EBAY_YAML'))
25
>>> retval = r2.execute('findItemsAdvanced', {'keywords': 'shoes'})
26
>>> r3 = shopping(parallel=p, config_file=os.environ.get('EBAY_YAML'))
@@ -29,7 +29,7 @@ class Parallel(object):
29
>>> print(p.error())
30
None
31
>>> print(r1.response.reply.rss.channel.ttl)
32
- 60
+ 2
33
>>> print(r2.response.dict()['ack'])
34
Success
35
>>> print(r3.response.reply.Ack)
0 commit comments