Awesome-Python-Scripts icon indicating copy to clipboard operation
Awesome-Python-Scripts copied to clipboard

Bug Fix in Amazon-price-tracker

Open rahulreghunath opened this issue 5 years ago • 4 comments
trafficstars

The issue is that if the searched item not available BeautifulSoup returns None. So simply check for the element before getting the text from it. After that exit the process with proper message. Also added docstrings :wink:

Related Issue #211

rahulreghunath avatar Aug 23 '20 19:08 rahulreghunath

@rahulreghunath it is highly recommended to make the changes to #211 directly!

Neilblaze avatar Aug 27 '20 14:08 Neilblaze

Also, in addition to the above, fix the images added in the README file.

ok

rahulreghunath avatar Aug 27 '20 14:08 rahulreghunath

fix the images added in the README file

Fixed images in README file

rahulreghunath avatar Aug 27 '20 14:08 rahulreghunath

Please merge if ok @ankitdobhal

rahulreghunath avatar Sep 16 '20 13:09 rahulreghunath